It is necessary to create fatigue in which, if the resolution is "Done", then some fields must not be empty.
I do not understand. Can you restate?
Maybe you are trying to require certain fields to noy be empty when transitioning to Done? if so, and you are using CMP project, then edit the workflow and add Conditions or Validators to the transition to Done depending on your requirements.
When is Resolution set? OOTB, if the Resolution is set during the transition to done then you will not be able to check the status in a workflow Validator. One OOTB option (hack) would be to use automation that would transition the issue back to an in progress status if the fields are empty and Resolution = Done. The automation could add a comment instructing the assignee to fill in the fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure what you're asking here - can you clarify? Are you potentially looking for help with Workflow functions?
Perhaps what you're looking for is:
Is this correct? If yes, are there any other resolutions apart from "Done", or is it the only one?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. I want that, with empty fields, the task cannot be changed to "Closed" status.
2. But the condition is that, if the resolution is "Done", if the resolution is "Will not be implemented", then the task can be closed even with empty fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are the Resolutions set manually during the transition?
If yes, this could be quite difficult using Conditions and/or Validators - because the Resolution isn't set until after the transition has happened.
One option is to use Automation to reverse the transition depending on those parameters - so the logic might be...
^ If this sounds of interest, and you'd like more specific instructions on how to set this up - just let us know so we can assist further :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ste Wright there is a screen to select a resolution on the transition to closing the task, so your scheme may be even more suitable, thanks for now. I will try this way, after I will write or will accepted this question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - so a Condition/Validator wouldn't work based on a Resolution, because it is set after the transition, not before/during it.
Let us know how you get on with the Automation Rule!
Ste
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.
Simple question first - on your Workflow, can you transition from "Closed" back to "In Progress" normally?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes you are right, it is really very simple question, thanks.
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.