We have a ticket that includes a form and sometimes they have to reopen the form and send it back to the customer for more information. Is there something I can do in the workflow or with automation that when it transitions to a status is opens the form for editing?
It can be done via an automation, and you can trigger it on the transition to the specific status and then use the component called Change form status to open up the form for editing. I wrote an article that uses that component to display additional fields on the portal.
Hi @Mikel Whipple ,
Please have a look to this article: https://community.atlassian.com/forums/Jira-articles/Submitting-or-reopening-a-Form-using-Automation-and-REST-API/ba-p/2367051
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mikel Whipple
In Automation for Jira there is a Change Form Status action. This could be combined with a Work Item Transitioned trigger to reopen the form for editing when the item status is changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well this new. I tried to build an automation a few months ago to do this then was looking to do it in scriptrunner. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well we don't have this option in our automation actions, guess it has not rolled out to us or is this on prem only action?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide a screen image of what you see in the Automation screen when trying to find this action?
What is the Scope for the rule where you are trying to do this? If I try to search for a Form related action within a rule that is scoped for a Software or Business project, it is not available. I generated the above screen image in a rule scoped for a JSM project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
never mind, it presents when you choose a JSM project. Sorry I always build automations in global automations and not the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like all three of us responded with the same answer within moments of each other . :-)
If our responses have helped you solve for your requirement, please consider clicking the Accept Answer button for one or more of the responses. That will mark your Question as Solved which helps others searching the community find posts with validated responses.
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.