Hello, we use JIRA as a ticketing system and we also use master incident and children incidents linked to it when the issue is a problem.
Is it possible that when a master issue (which has many sub-tasks) changes of status, JIRA updates the status of all the children (sub-tasks) linked to it?
Thanking you in advance!
For better chance of getting an answer, I copy here the version of JIRA which is installed:
Copyright © 2002 - 2016 Atlassian Corporation Pty Ltd.
The use of this product is subject to the terms of the Atlassian End User Agreement, unless other specified therein.
This product includes software developed by the Apache Software Foundation.
This product also includes the following libraries which are covered by the GNU LGPL license:
This product also includes code written by other third parties.
Additional details regarding these and other third party code included in this product, including applicable copyright, legal and licensing notices, are available in the "licenses" directory under the JIRA installation directory.
Hello Francis,
As @Mohamed Benziane mentioned, the JIRA Suite Utilities add-on has a post function called Copy Value From Other Field that you can use to copy the status of the parent issue to a sub-task, so it would not need any code (if you are not very familiar to it):
For more details about the solution using scriptrunner, check the link provided by Mohamed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, Francis.
Once you confirm that this feature has worked for you, please feel free to accept the answer so it can help other customers with the same question.
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.
You will need addon like JSU or scriptrunner (for scriptrunner take a look at this code it could be a good start)
Regards
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.