Unable to get workflow name of a jira item

salman_kagzi 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