You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I've created a filter for issues and sub-issues, yet I need to capture the weblink associated with each item.
Is there way to automate this globally on the filter, not issue by issue?
In each issue/sub-issue, there is a custom link to cloud storage.
Hi @Howard_ Pat - Welcome to the Atlassian Community!
You could probably create a new text custom field and use Automation for Jira to populate it with a link. It would like like: yourdomain.atlassian.net/browse/{{issue.key}}
You would create a Scheduled trigger Automation Rule. Then use JQL to identify the issues you want to update.
Then add a new action to Edit Issue. Select the new custom text field. In the space for the value of the field, copy in the above code: yourdomain.atlassian.net/browse/{{issue.key}}
Then save and publish the rule. Finally, go ahead and run the rule. This should update all of the issues with the new URL value for the field. You probably want to test this with a single issue first.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.