i'm reading a lot about transition id , but until now i can't understand it, .
I'm working in gitlab with jira based on documentation there are 3 key words (Fixes, Resolves, Closes) so when user write for example **A-1 Closes** should closed the issue, and when write **A-1 Fixes ** should resolve the issue .. it correct ?
where should mapping between key words (Fixes, Resolves, Closes) and transition id ????
Also in Transition IDs in gitlab what's ID's should be set ?
Hi @Anas Hijazi,
The value in the ( ) ,next to the transition name is the transition id. It is unique per workflow.
@Sreenivasaraju P can give me example based above workflow ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anas Hijazi A few examples:
Resolve Issue (5) - has an id of 5
Start Progress (4) has an id of 4
Close Issue (701) has an id of 701
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.