I’m trying to iterate on the report that I have attached. It currently displays epics and their attributed Actual Go Live Date. (Actual Go Live Date is a field in Jira, which I manually populate based on the release date of a feature).
I would like to create a bar chart report, sketch attached, to show the count of epics with an Actual Go Live Date, month over month. This would provide a higher level view of my team’s release frequency.
My 15+ attempts to create a custom measure have failed. Wondering If someone could help me create a custom measure? Many thanks in advance!
You may want to use the measure “Issues with Actual Go Live Date” instead of “Issue Actual Go Live Date”. “Issues with Actual Go Live Date” counts all issues with this date in the selected time period (month), while the property “Issue Actual Go Live Date” shows the actual date only for the selected issue (it is not countable).
If you do not have such a measure, go to import options, Custom field list, and select the custom field “Actual Go Live Date” to be imported as a measure; then, such measure will be imported.
Additionally, in the report add Page filter by Issue type dimension, and select “Epic” to ensure that only epics are counted.