You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using jira comments to communicate within the team which requires mentioning the user with @username
In org-jira this is turns into [~accountid:<id>]
I'd love to have a completion function to select the username and insert the accountid
this should work with (org-jira-get-assignable-users) but my elisp experience is quite limited.
Maybe someone already has a function for that and is willing to share.
The text was updated successfully, but these errors were encountered:
We're using jira comments to communicate within the team which requires mentioning the user with
@username
In org-jira this is turns into
[~accountid:<id>]
I'd love to have a completion function to select the username and insert the accountid
this should work with
(org-jira-get-assignable-users)
but my elisp experience is quite limited.Maybe someone already has a function for that and is willing to share.
The text was updated successfully, but these errors were encountered: