I have successfully configure the parent/subtask workflows so that when a subtask changes from Open to In Progress, the parent's status is also changed to In Progress. Same for Close.
But now I want to arrange it so that when a subtask is reopened and the parent's status is closed, the subtask transition will cause the parent story to be reopened.
It seems like if I set them up the way I set up the successful ones it should work. But it doesn't.
Hi George,
I just tested it and I was able to reopen the parent issue when reopening the sub-task. Could you please check if there aren't any mandatory fields when reopening the issue that are not being fulfilled? For instance, if you say the custom field 'Reason for Reopen' is mandatory and the parent issue doesn't have any value on this field, it won't be transitioned.
Hope this helps!
Cheers,
Clarissa
Hi George,
I am having similar kind of issue, can you please explain how did reopen the parent the parent tasks when subtasks is being reopened? with any post function or code? can you give the code if possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have done it in the same way with that plugin and its working!! Thanks for your quick reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my previous answer I described how to reopen a parent issue when one of its subtasks is reopened, but in case you want to reopen an Epic when one of its Stories is reopened you should use "Write field on linked issues or subtasks" post-function with the following configuration:
conf-1.png
conf-2.png
conf-3.png
I'm assuming that Reopened is the name of the status you want to move the Epic when one of its Stories reopened.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You should insert "Copy a parsed text to a field" post-function provided by JIRA Workflow Toolbox in "Reopen Issue" transition of subtask's workflow with the following configuration:
I'm assuming that Reopened is the name of the status where parent issue should be moved when reopened.
There should be a transition from Closed or Resolved status in parent's workflow to Reopened status, and its conditions and validations should be satisfied.
If you find that this solution doesn't work, please try selecting "Parent's issue status (delayed writing)" in target field instead of "Parent's issue status". Sometimes a condition or a validator is blocking the reopening transition (typically "Reopen Issue") in parent's workflow, since subtask is still closed when we try to reopen parent issue.
Please, let me know if you have any difficulties with this solution.
Fidel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can implement that behavior using JIRA Workfow Toolbox plugin: Automatically reopen parent issue when any of its subtasks is reopened
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.