I want to require users to fill in some mandatory information when modifying the component field. Can Jira pop up a form for users to fill in the relevant information before successfully modifying component.
Hey @Chen Qiu and @Bill Sheboy --
Bill is quite right that Automation isn't the right tool here.
But I wanted to point out that Chen' screenshot and description indicates that they want to force a pop-up when somebody tries to edit the Component field while viewing the ticket.
Jira simply doesn't have a mechanism for that out of the box.
For years, the best you could do was:
This is detailed here: How can I control the editing of issue fields via workflow?
I feel like *maybe* you could hack something together with Behaviours, such that if somebody tries to make a change to Components, it makes other fields be required? But I'm not 100% sure this is possible.
Huh, I thought that Behaviours only worked on issue create and issue edit was not yet supported due to limitations on the APIs but I don't see that listed on the constraints page any longer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chen Qiu -- Welcome to the Atlassian Community!
You have posted this question in the automation area, but what you describe is not possible with automation rules.
Rules trigger after some action has occurred, not before or during the action. A rule could detect the component change and check fields, notifying the user afterwards.
Using workflow validators could do what you ask to prevent setting the field if other fields are not completed.
Kind regards,
Bill
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.