I would like to add some links to issues, filters etc in each version (release) created using Jira automation.
There seems to be no direct url to in this "Give this section a name" -section.
I thought it could be possible with web request but what should that be?
Related work -field can be updated using the Rest api and the automation.
Copy the url from the working filter query and create web request:
Web request URL
https://company.atlassian.net/rest/api/3/version/{{version.id}}/relatedwork
HTTP method:
POST
Web request body: Custom Data
{ "title": "My Filter for {{version.name}}",
"category": "Support",
"url":
"https://company.atlassian.net/issues/?jql=project%20%3D%20TEST%20and%20issuetype%20%3D%20bug"}
Hi @Päivi Passila -- Welcome to the Atlassian Community!
Many of the newer features of the releases pages have neither direct links nor REST API functions to access / update them: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-id-get
What problem are you trying to solve? That is, "why do this?" Knowing that may help the community to offer additional suggestions. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hei
Thanks for you reply.
For every release, automation will create epic, and some gate issues under that. That's how we can see the release timeline in Advanced roadmap plan.
This epic would be useful to be added as link directly to each release view.
Also, we would like to see all issues that are not "test" or "closed in that release as well. Of course we can always open the filter in issue navigator but it would be useful either to filter the status of the issues that are shown in release page or add link to filter on top of the page.
br,
~päivi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that additional information. I do not believe those things are possible with the built-in features.
You may want to investigate the Atlassian marketplace to learn if there are addons which may help...although as the REST API does not support changing sections it still may not be possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.