I have created an issue with multiple sub tasks. When all the sub tasks are done, it will closed the current issue and send an email with details of when the sub tasks are completed.
I want to retrieve "Updated" date in the sub task. Is there anyway I can retrieve the "Updated" value from either one of the sub task or all of the sub tasks?
Hello @ChocoMilkTea
You want to copy the value from the subtask to the parent ? If yes you will need an addon like scriptrunner.
Hi!
Is there any method like the following:
{{ issue.subtasks }} to retrieve all the subtasks and also get the information from each of the subtasks like "Updated", "Description", etc without using addons?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you will need an addon, or you can extract the data using a filter. Or use the jira api
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.