Calculated Text Field(Innovalog) Some simple text

Alex Vlasov February 13, 2014

Hi!

Some simple problem with Calculated Text Field.

This formulas isn't show any result:

<!-- @@Formula: issue.get("issueType") -->

or

<!-- @@Formula: issue.getIssueTypeObject()-->

in atlassian jira logs i see:

/secure/EditAction!default.jspa [innovalog.jmcf.fields.CalculatedTextField] CalculatedTextField: error evaluating formula: Sourced file: inline evaluation of: `` issue.getIssueTypeObject();'' : Error in method invocation: Method getIssueTypeObject() not found in class'com.innovalog.jmcf.fields.IssueProxy'

What does something wrong with issueType?

Other formula work perfectly:

<!-- @@Formula: issue.get("summary") -->

How i can get issue type?

1 answer

1 accepted

0 votes
Answer accepted
Alex Vlasov February 16, 2014

this work:

<!-- @@Formula:
return issue.get("issuetype").getName();
-->

Suggest an answer

Log in or Sign up to answer