Hello,
I am trying to create Jira automation for adding label when Sub-task is created, however it does not work... whatever I do - subtask does not get label assigned. Is there a bug in the system? It works with other issue types
Hi Renata - Welcome to the Atlassian Community!
Please include a screenshot of the Audit log for the issue when the rule runs. One thing to try to is put in a Re-fetch action after the initial Issue created trigger to give the system a little time to finish getting the issue created before doing the issue edit.
Fetch issue did not work for me here... Do you know how much time the delay takes due to "re-fetch action" ? I was also using it when tried to automate creation of two related issues in a row WHEN issue is created, however it feels like the system skips half of my automation because initial ticket creation is not finished. It just skips those steps in red.. Is there some action with possibility to delay other steps by 5-10sec?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See if you have an action for Delay - then you could make it like 10 seconds or something.
Or what I do a lot is just put in 2 or 3 consecutive re-fetches and see if that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
click on more options and use this json to update the label field. this will work.
{
"fields": {
"labels": [ "operational_excellence"]
}
}
and as John suggested, adding a re-fetch issue after the checking for sub-task will also help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.