Replies: 1 comment 1 reply
-
@JHRI2 This gadget may not achieve your use-case since it counts the sum of Jira tickets and isn't able to get values from the fields. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a Gadget to express a "Complicated" formula.
Specifically, for a list of Issues matching this JQL: project = "SPWHADC" AND issuetype != Epic OR labels = SPWHADC
I need to then look for the SUM of the WorkRatio for that list...
Then AVERAGE/100.
Is that possible with this Gadget?
Beta Was this translation helpful? Give feedback.
All reactions