Hi,
I have a project with about 2 dozen custom fields that have a string values such as:
Pass
Fail - reason 1
Fail - reason 2
Fail - reason 3
I need to calculate the total percentage of passes on every issue within this project. The variations of fail do not matter I just need to calculate the total number of passes received against the total number of fields.
I am very new to the reporting/admin side of JIRA and have found how to do things similar when dealing with custom fields that have numeric values, but I have picklist string values that must be used for this project.
Can someone point me in the right direction?