You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Dear community,
I'm searching for advice on how to realize this requirement:
Target:
A established custom field on an issue type should get filled up with the Url (issue link) of the just created issue once it got successfully saved.
Business background: The Url (link to the Jira issue) is needed to be synched with a connected system (via binding option) offering the option to run a report having the issue link available next to some data.
Steps taken into consideration so far:
1. custom field created with field type Url and made available on the respective screenscheme of the issue type
What to do next now...
I was thinking in the direction of getting use of the automation engine.
I gave it a try but failed with findig the right command to fetch the Url and populate in the custom field.
Any idea how to get this realized?
KInd regards
Andreas
Hi @Faul Andreas,
Welcome to Atlassian Community!
You are on the right track, this can be done with automation and is fairly straight forward. You can get the URL by using a smart value, {{issue.url}}, and then set that to the custom field like this:
In this example I used the description field, just change that to your custom field.
Hi @Mikael Sandberg ,
thx for this warm welcome to the community:-)
Perfect start I'd as by following your suggestion we succeeded.
Thx
BR Andreas
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.