Wondering if there is a way to force a field to display only when a ticket is being closed? I tried using a validator first and then a post function using "Set issue fields" to do so with no luck:
issue.get("project").key in ["ABCD"] && issue.get("issuetype").name in ["Bug"]
The field is not displaying when the ticket is being closed.
hello @Jeff Stack
You need to create a custom screen that includes that field.
Then associate the screen to the Transition to Closed in the Workflow used by that issue type in that project.
Then when you execute that transition, the screen will pop-up and show that field.
Refer to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, @Jeff Stack
If my response has helped you solve your problem, please consider clicking on the Accept Answer button to mark you post as Solved. That helps people searching the forum find posts that have validated solutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.