This question is in reference to Atlassian Documentation: Automating your service desk
Hi all,
like to set up a rule that resolves an "rejected" issue with solution "rejected" and closes that issue.
My actual automation rule looks like that:
WHEN Status changed / IF Issue Status is (set to) "rejected" THEN Transition Issue to "resolved" AND Transition Issue to "closed".
I have worksflow line that transitions from "open" -> "rejected" ->"reloved" -> "closed"
So far so good, it works ....if the issue is set to "reject" by hand it is transitioned to "resolved" and to "closed" by by automation rule.
BUT: Issues solution is not changed to "resolved" but stays "unresolved"
image2016-5-23 15:18:58.png
History tells a different story:
image2016-5-23 15:56:9.png
IMHO the reason ist that its not possible, to transition to resolved by automation, setting the solution (i.e. won't fix, resolved, relected) with it.
Q: Is it a bug? Change request? Or is there a way, to hand over the solution in a automation rule?
Any ideas?
Thanks in advance
Thomas
I think you are almost there with your solution. You have an automation rule that will automatically transition through your workflow to the correct statuses. But the Resolved Status does not automatically set a Resolution Reason.
You need to use a post-function on the transition from Rejected->Resolved that will set the resolution reason.
You can use the Update Field post function for this.
Hi Chris,
thank you so much for taking the time to understand and resolve my Question.
That's exactly what I need:
I added the Update Field function in the transition from "Open" to "Rejected (I called it "no Issue") to set the field "Solution" to "rejected" and whoopy, thats it.
Bravo, well done!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.