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.
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.