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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.