Jira Misc custom fields: get the issue type

Céline M July 31, 2013

Hi,

According to documentation: https://innovalog.atlassian.net/wiki/display/JMCF/Home#Home-currentUserPropertyAsList

The formula: < !-- @@Formula: issue.get("issueType") --> must return the issue type of the issue, but actually doesn't return any value right now. Although: < !-- @@Formula: issue.get("summary") --> works normally.

How to get the type value for an Issue?

Thank you.

1 answer

1 accepted

0 votes
Answer accepted
Céline M July 31, 2013

I have found the solution:

issue.get("issuetype").getName() works.

Thank you.

Suggest an answer

Log in or Sign up to answer