Hi everyone,
I am trying to change the status of an issue once its has been created from 'open' to 'Awaiting Approval'. I used the post function "Fast-track transition an issue" but still could not change the status . It is still in the same status. Also I put this post fuction at the end of the list.
Screen Shot 2016-04-16 at 2.01.51 PM.png
You don't need to set "Additional issue actions", and trying to change the status there probably won't work. That could be causing the whole operation to fail. The only think you need to do is ensure that "881" is the ID of the transition from Open to Awaiting Approval in your specific workflow (and, if it isn't, select the correct transition).
If you remove the condition, does it work? If so, that would suggest that the condition is flawed in some way. If not, then checking the logs on the server would be the next step; if that's not available, then could I see a screen shot of the workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did not remove the condition but i removed the "Additional issue actions" from that post function. here is the screenshot of my Work FlowScreen Shot 2016-04-16 at 2.47.07 PM.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May I please see the text version as well?
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.
Okay, that all looks in order. The only possibilities I see are that either the condition is evaluating to false, or the transition "Approval (881)" has a condition on it that is preventing the transition. For the latter, I'd expect to see an error of some kind, so the condition seems more likely.
Try "issue.issueTypeObject.name", it has changed at various points along the way. Or did you get that from one of the built-in examples?
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.