Hi,
I have an automation that attempts to perform a workflow step transition, but I am using a transition screen during this transition and on that transition screen I require a comment to be added. Is there a way to get automation to automatically fill in some static text for this required "Comment" field on the transition screen, thus allowing the automation to complete the workflow step transition? Right now it fails because of this requirement.
Thanks!
This works great with a little JSON tweaking:
https://community.atlassian.com/t5/Jira-Software-questions/Status-change-during-automation-using-validator/qaq-p/1380663
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. I don't think so. It's been a long time now, though, so I can't remember, but I feel like if I had found a solution, I would have posted it back here for my own historical reference because I forget everything if it's not written down. :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I actually did just figure it out, thanks to another post here:
https://community.atlassian.com/t5/Jira-Software-questions/Status-change-during-automation-using-validator/qaq-p/1380663
Worked perfectly for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just ran into this issue myself. As a workaround I created an additional transition with a Condition 'Hide from user'. This transition can still be used by automation rules and thus allows me to keep the other (manual) transition with the transition screen and required comment field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cant add text pre the transition, so you would need to remove it from being mandatory and add the text after as a post function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Yeah. I was hoping to not have to remove the mandatory factor. I want users to be required to enter a comment when transitioning manually. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automation can only accomplish this after the transition. Why not just do this as part of the transition using post function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay. Thanks. Sounds like what I want to do can't be done, then.
I want to leave the field required so that if a user were to make this workflow step transition, they will be required to add a comment. The requirement would still stand for the automation process, as well, but I was looking to just give the automation static text to use. It doesn't sound like this is possible, though.
Thanks for the help.
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.