Hi,
I'm using Backlog Prioritization plugin.
I would like to perform some action every time the "Score" field is updating via the plugin, using Jira automation.
I'm using "Field value changed" as a trigger, but it seems that Jira automation does catch the trigger when "Score" field is being change view the Backlog Prioritization plugin.
Any idea how to resolve this?
@Sarit Ashtar were you ever able to figure this out? I'm attempting to message the app creator support group but ran across your post.
@Andy Tran hi Andy. unfortunately, no. seems like the "Score" field does not trigger the "Field value changed" in Jira automation.
Instead, I have created a regular custom field called "Priority Score", and a daily automation which checks the value of both fields.
In case they are different, it means someone changed the "Score", so I copy the new "Score" into "Priority Score"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sarit Ashtar -- Welcome to the Atlassian Community!
First thing: as you are using a marketplace addon and asking about automation rules, I suggest checking the vendor's documentation to learn what is supported. Some addons have calculated fields which may not be accessible from rules.
Whilst waiting for an answer from the vendor, you can try this how-to article to learn if a field has a supported smart value for rules, and the exact name to use: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Next...for your trigger: some custom fields are not listed for the Issue Field Updated trigger. In that case, please try the generic Issue Updated trigger and then use the {{changelog}} values for your field to determine if the {fromString}} and {{toString}} differ, as that would indicate the field was updated.
Kind regards,
Bill
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.