Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated Text Field(Innovalog) Some simple text

Alex Vlasov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2014

this work:

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events