I have a workflow that is being used on three different issue types in the same project.
I need to check three different field sets that need to be populated for each issue type when moving them from backlog to in progress.
How do I make this work?
I'm thinking of three hidden transitions that will allow set of fields per issue type. But not sure how to check them and notify the author of the ticket to fill the necessary fields?
I've set three transitions and limited them so that each issue type sees its transition. In the validators, the necessary fields were listed and work as expected.
Now how do I automate checking which fields are necessary to fill and comment on the task highlighting the author to fill the fields?
I want to automate this transition
Thank you, will try and mark the solution that works.
Still open for other or more detailed answers :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this 2 different ways. One is create a new workflow for each issue type, add the new workflows to the workflow scheme used by the project, and then link each one to the appropriate issue types.
The second way is to create a different transition for each issue type from the Backlog to the In Progress status. Then place a Condition on each Transition where Issue Type = XXX for that issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To do that check, create a new screen and put the fields you want to check on the screen. Create 3 different screens if necessary.
Then add the screens to each of the transitions you have added. If you want the fields to be mandatory when the transition happens, then add a Validator for Field Required and choose the fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funk done via transitions, do you know if I can somehow notify the reporter via automation that there are fields that need to be populated?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Джаваншир Мустафаев ,
I hope you're doing well.
In the transition screen we cannot configure the "Specific issue type" field. Therefore, as you said, I suggest creating transitions related to the issue types and configuring the workflow accordingly. This will ensure that the transition moves only to the specific issue types.
For notifying the user about empty fields, we have a couple of options:
Adding Validators in Workflow Transition: We can set up validators in the workflow transition. When transitioning the issue, if the field is empty, the agent will receive a warning message on the screen.
Using Automation: Alternatively, we can utilize automation to achieve the same outcome. If the field is empty during the transition, we can set up automation to notify the user accordingly.
Let me know if you have any questions on this.
Thanks,
Geethanjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Geethanjali Katagani dear, how do I set up an automation that notifies the user when the necessary field isn't populated?
At the moment the workflow has three transitions with conditions that require fields to be populated. But we wish to automate this and notify the reporter which fields should be populated.
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.