I am using jira api to create project, create task but i am unable to find create transition api like If i am using kanban template then In Progress, To Do and Done transitions are default but i want to create more like In testing and I am missing the api to create this transition. If anyone know please let me know.
Thank you.
Hello @YashpalS
The thing you are calling a ‘transition’ is called a ‘status’. In Jira parlance, you transition issues between statuses,
The topic of how to manage statuses is well documented here. I strongly suggest you first learn what they are and their application via scopes before you think of creating more.
When you have absorbed that information and you are ready to use the REST API to manage statuses, that too is well documented… all you have to do is Google ‘Jira REST API manage status’