Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation to re-open the most recent updated subtask for a Parent

Manoj Gangwar
Community Champion
May 30, 2023

Hello All,

I want to create an Automation to re-open most recent updated subtask.

My requirement is, when a parent is Resolved along with all the Sub-task after that If reporter re-opened the parent then most recently updated sub-task should be re-opened.

Hope my question is clear.

2 answers

1 accepted

0 votes
Answer accepted
Manoj Gangwar
Community Champion
May 30, 2023

I tried below jql query to fetch the last updated issue. 

issue in limitedResults("parent = {{triggerIssue.key}}","1") ORDER BY updated DESC

0 votes
Frederik Vantroys
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 30, 2023

parent = "ParentIssueKey" AND issuetype = Sub-task AND status != Resolved ORDER BY updated DESC

 

Could this help ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events