Forums

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

Calculating fields using Jira automation

Emily Bleything
Contributor
August 10, 2021

Hello,

 

I am trying to use automation to calculate a field I have created (RICE).

The calculation is Reach x Impact x confidence/Effort.

I have tried using this logic 

{{#=}}{{issue.fields.reach}} * {{issue.fields.impact}} * {{issue.fields.confidence}} / {{issue.fields.effort}} {{/}}

I keep getting errors  saying I have an unknown operator * at the character position. Does anyone know if I am missing something?Capture.PNG

 

2 answers

1 accepted

0 votes
Answer accepted
seb
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 1, 2011

Hi Sam,

There is currently no custom field provided by FishEye which lists all available branches for a repository when creating a JIRA issue. If this is something you desire, you could create a custom field which requests the information via the FishEye REST api.

Regards,

Seb

Sam Sung
September 1, 2011

Thanks, I will try to create a custom field then.

0 votes
Veenu Bharara
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 1, 2011

When you tried using JIRA Fisheye plugin, its bundled with JIRA and can show you all the commits related to issue in View issue page. Also you can see project level informtion on project page. More information about same at http://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+FishEye

Sam Sung
September 1, 2011

Would anyone have a multi select custom field sample code please ?

Suggest an answer

Log in or Sign up to answer