Forums

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

Jira automation fails when adding DONE AND CANCELLED

Bill Ewald
Contributor
December 5, 2022

I have an existing automation rule that will set the Story to DONE when all the Sub-Tasks are set to Done (When all sub-tasks are done → move parent to done).  Works perfect.  We now have administrators using the Cancelled status in their Sub-Tasks, so I need to adjust the automation rule.  

When: Issue is transitioned to Done

For Parent - Status does not equal Done.  And: Sub-tasks match "status = done". Related issues = Sub-tasks.  Condition = All match specified JQL.

Then: Transition the issue to Done.  

When I change And: Sub-tasks match "status = done OR status = cancelled" or "status = done AND status = cancelled" the rule fails to transition if the sub-tasks are set to cancelled.  If one sub-task is set to cancelled and one sub-task is set to done the rule fires appropriately.  I have tried many possible variations in changing\adjusting the "And:Sub-tasks match" field.  

Is there something specific to the Cancelled status?

Thank you for your help.

 

1 answer

0 votes
JP _AC Bielefeld Leader_
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 Champions.
October 8, 2018

Hi Jim,

you redirect every request to https, but you didn't setup any vhost for port 443 (https)...

Best

JP

elmer25
October 9, 2018

JP, Thank you and you are correct on the redirecting to https inside the Apache conf. The redirection is to the AWS Load Balancer which is listening on port 443. From the load balancer, the target is back on port 80. There is no redirect to 443 from the load balancer. As such all requests from the Load Balancer to the target is on port 80.

Suggest an answer

Log in or Sign up to answer