Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
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.