I am writing a plugin for jira in java, and I was wondering how I could get the ID of a specific transition after searching for it by its name
@Stefan CaloianI checked from the database by exporting XML workflow format and we have something like <action id "" 11"" name ="" transition name"">
Best!
I want to get it in the code, like make a transition object that is called by name, and returns the id?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stefan CaloianYou have a complex request, to get it returned in the code you will have get the xml format from database as workflows are stored in XML format then iterate over this xml file get this id and return it in your code. If you can do this that will be interesting :) . This is my idea.
Best!
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.