You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm writing a rule to trigger whenever there's a new value selected in the multi-select field. I tried using this smart value {{fieldChange}} but still no luck. Here's the screenshot.
Please note that since it's a multi-select field... the requirement would be to trigger the rule whenever a new value is saved to the field. That's the reason I'm using the If-Else block.
Hi @Prasad Shiraskar , you need to use ID of the option. I just tested following automation and it works correctly for multichoice select field:
@Prasad Shiraskar Check it , if it helps :- https://community.atlassian.com/t5/Automation-questions/Setting-a-multi-select-field-based-on-the-parent-Jira-Project-on/qaq-p/1487997
"customfield_11448" : [ { "value": "option1" }, { "value": "option2" } ]
or
"customfield_11448" : [ { "id": 10112 }, { "id": 10115 } ]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.