Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to get workflow name of a jira item

salman_kagzi
Contributor
April 27, 2014

When I try to print the workflow name of a Jira item using

print(workflow);

it prints a blank line. As per the documentation, it should be printing name of the workflow associated to this issue. Is that correct? Or am I missing something?

1 answer

1 accepted

0 votes
Answer accepted
Florin Manaila
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 27, 2014

Indeed this seems to be a bug when matching the workflow id with its name. workflowId works fine though. Could you use that instead of the name?

I've created an issue for this in our tracker: http://bugs.kepler-rominfo.com/browse/IMJ-143

Suggest an answer

Log in or Sign up to answer