Hello,
in JIRA, I would like to set the status of all sub-tasks to the status of the parent issue (e.g. 'In Process'). Therefore, I wrote a script (postfunction) who changes the status of all existing sub-tasks automatically after the status of the parent issue has been changed (which is working fine). In addition, I would like that the status of a new sub-task automatically receives the status of its parent issue. However, this is not working, as the transition path seems to be invalid. The new sub task always gets the first status ('Planning'). Is there a way to solve this or had anyone the same problem? Thx for your help, cheers Stefan
Hello @Stefan Thiem
Welcome to the community!!
This use case can be implemented using Automation. The trigger can be the creation of a new sub-task or an update to the parent issue.
Kindly let me know if you need further details on how this can be set up.
Please accept the answer if this helps you.
Hello @Gaurav ,
thank you for your quick answer. Is there a possibility without using Automation (as I have not utilized it yet)? And how would I implement this using Automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Stefan Thiem
Honestly, I am not aware if this is possible without Automation. A sample rule for similar Automation is provided here.
This can be customised as per your business use case.
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.