0

In my job we are creating a Jira board to manage our tickets. I created a column called "Ready to merge", and I want that when a ticket is passed from "In progress" to "Ready to merge" to be mandatory to put the link of the merge request.

Do you know if there is a way to do that?

halfer
  • 19,824
  • 17
  • 99
  • 186
AleGallagher
  • 1,745
  • 7
  • 30
  • 40

1 Answers1

0

Set a condition on the transition to "Ready to merge".

It looks like "Value Field" will do the job. This is the description for it:

Allows to execute a transition if the given value of a field is equal to a constant value, or simply set.

Alternatively, you could also add a Field Required validator.

Barnaby Golden
  • 4,176
  • 1
  • 23
  • 28