Hello,
I am using JIRA server(latest version).
I am creating a task and it has the following tasks to be performed:
Challenge :
In short, how can I achieve multiple Fast-track transition an issue post function?
Or is there an alternate method for achieving the same?
Any help would be appreciated!
Thanks in advance.
Pooja
Hello @Pooja Singh,
Thank you for reaching out.
Per my understanding, you are looking for two types of automation:
1 - Automatically create two sub-task issues when the parent enters a determined status
2 - Automatically transition issues when both sub-tasks are closed, making sure this rule will trigger again the first one when the issue gets transitioned
I believe JIRA software does not have all the functionalities to perform the automation you are looking for, however, there are some plugins that can help you achieve that, like Automation for JIRA and Scriptrunner.
Using automation for JIRA, you can use the two automation rules below to use as a template to achieve your needs:
P.S: In the rule details of the first rule, make sure you flagged the option to allow it to be triggered by another automation rule.
Using Scriptrunner, you will need some knowledge with groovy scripting.
To create two issues when the parent is transitioned, you can use a simple inbuilt post function to achieve that, just follow the steps in the article below:
ScriptRunner Post Function - Create sub-task
To automatically transition the parent issue when the sub-tasks are all transitioned, you can use the template in the thread below:
Let me know if this information helps.
Hello @Petter Gonçalves
Thank you so much for the response!
I tried configuring the plugin you had suggested, but it was not fulfilling my requirements.
Therefore, I turned to scripting and finally after lots of confusions and challenges, I was able to achieve the same! :)
Thanks again for your advice.
Thanks & Regards,
Pooja :)
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.