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?
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.