Hello,
I created a custom number field called (Number of Sprints) to show a numerical value of how many times that the issue has been in a sprint. All I want it to do is return a value to this field an automation script.
What am I missing?
Hello @Aaron Rose
It seems there are only 2 options(HTML and Text) right now for configure the release, you can use the generated HTML or Text and paste that in the Confluence page.
Then you can use a Jira macro to list all the Epics connected with the done stories/tasks in that version. And the Jira macro will list all the epic on the confluence page having the release information.
You can use the following JQL to fetch all the related epics (requires a paid plugin script runner)
issueFunction in epicsOf(" fixVersion = <your released version> and type in (story, task)")
Thanks Tarun, that's helpful and likely gets me close to what I want but does seem overly cumbersome. Perhaps i'll just raise a feature request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Aaron Rose, yes feel free to share a request in the feature portal of Atlassian. If you are satisfied with my answer then please upvote/accept so that other users are helped as well. Thanks.
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.