Hi !
I've a question - While moving tickets from one column to another, For e.g moving a ticket from in progress to QA, can I check if certain fields are updated or not?
I want to enforce a condition when moving tickets from in development to QA, the developers need to update "Fix versions" field.?
Is there anyway I can write custom check or queries in Jira so that the tickets are not moved unless they update "fix versions" field?
A column is a selection of issues based on their status. Status is an indicator of where an issue is in the workflow. The workflow is a project setting.
A workflow is a collection of status, and a set of transitions that join them together, so that people can move issues from one status to another.
If you want to stop transitions happening, you need to place conditions on them. Or, if you want to check that the data going into issues is valid, use validators to check thm.
So, edit the workflow and put the relevant conditions or validators on the transitions.
Thank you for your prompt reply. So under workflows, I tried to edit the workflow for the statuses and I couldn't find the option to place conditions. I could see properties for a status which accepts a key and a value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never mind, found the "conditions", thank you !!! Appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just edited your question (title and first paragraph) because it made no sense, and I am hoping that you can get a more useful answer by explaining the problem in "JIRA speak". Columns and Swimlanes are very different things. I think you have a good question here, but have not been clear on how you are using columns and swimlanes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using columns - To do, In Progress, QA, done, etc. in order to determine the status of the tickets or issues. I configured these as columns using Board settings. Now I want certain conditions enforced while moving tickets from one column to another.
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.