I would like to find out the following:
When i transition a Bug from example: Backlog > To do i want a specific field populated example: Testing Cycle.
However within the same project When i transition a Story from example: Backlog > To do i do not want the Testing Cycle.
I have added a validation that does this but it applies to all issue types not just Bugs, what could i be doing wrong?
Hi Darren,
Can you share what your Validator looks like so far?
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.
You are not going to be able to do that with a single Validator unless you are using something like JMWE or ScriptRunner.
The other option is to create to separate transitions from Backlog to To Do and put a condition on each to to make the Issue Type (one for Bug, one for Story). Then you put the validator on the transition for the Bug.
We actually use different workflows for Bugs than regular development, so that is an option, too.
Lots of choices for you, so Good Monday to you! :-)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.