I am running a jira automation that will look to close incidents based on certain parameters( last update, last comment etc). Now the test issue gets listed in the associated items but does not get transitioned to Resolved status, am I missing something here?
Hi Bharat - Welcome to the Atlassian Community!
Is there an error? What does the audit log say in Automation when you run it?
Do you have Conditions on the transition?
Hi John!
No the audit log does not show any error. The automation is basically like this:
Now my test issue has a comment where xyz is present but still it shows that my issue fails for the conditions and sometimes it shows my issue in "Associated items-> scheduled", I am not able to find what does that mean either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it is failing on the condition each time, you need to resolve that first. Are you sure the issue has xyz in the last comment made?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Title: lorem ipsum
Body: lorem ipsum
URL: lorem ipsum
xyz
Message type: lorem ipsum
----------------------------------------------------
The last comment is something like the above text.
I changed the order of the if conditions and its just failing for this particular condition where I check if xyz exist in the comment or not. Do I need to use regular expression for it?
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.