How do you automatically close parent issue once all test case is passed?

Reanal January 16, 2015

Hello Everyone,

How do you automatically close parent issue once all test case is passed? What I have tried are the URL I have found for automatic transition on parent issue when all sub-tasks are closed and Transition parent to close when sub-tasks are closed (is not working the way it should) but those are more related to subtask. I believe since test cases are used it would be define as 'linked issues' but I am unable to customize my workflow to fit my needs. Any help is appreciate it!

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
January 16, 2015

You can use a Update issues post function from Update on Transition for JIRA. The update would be to transition the parent to closed. You would add a condition so that it would only be done if the results of a JQL query  returned 0 issues (%jql_result_count%). Construct the JQL to find all the related testcase issues.

Suggest an answer

Log in or Sign up to answer