Hello,
How can I use currentUser() function in custom field with multi-select?
Please refer the screenshot for an error I am receiving.
+1 Looking for a free way to have a custom field that allows the user to select any existing branch on the Jira issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @[deleted]
You can accomplish this with the app Elements Connect (previously called nFeed).
(Disclaimer: I am the product manager of Elements Connect, I work for Elements)
Here is how:
rest/api/1.0/projects/PROJECT-KEY/repos/REPO-NAME/branches?filterText=$userInputwhere PROJECT-KEY is the bitbucket project key and REPO-NAME is the bitbucket repository nam
$.values
{0}This is the configuration of a bitbucket repository picker. The text typed by the user in the autocomplete field is used to filter the query. ($userInput variable).
You can adapt this configuration to your needs and explore the Bitbucket configuration here: https://docs.atlassian.com/bitbucket-server/rest/7.3.1/bitbucket-rest.html?#idp200
If you have another question about Elements Connect, please contact our support team.
Hope it helps
Regards,
Christophe
Lead Product Manager @ Elements
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.