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
Greetings, Atlasian community!
Please tell me how can I copy the value received through the rest api (confluence page link) into a custom field in a task?
I used :
/rest/api/3/issue/{issueIdOrKey}/remotelink ( everything works perfectly!)
I get the output:
[ { "id": 83474, "self": "https://myjira.com/rest/api/2/issue/OPSRDY-5246/remotelink/83474", "globalId": "appId=1dcc5b74-66f9-37f2-ab98-ecfd54c5ddfb&pageId=194348181", "application": { "type": "com.atlassian.confluence", "name": "Life" }, "relationship": "mentioned in", "object": { "url": "https://mydomain.com/pages/viewpage.action?pageId=194348181", "title": "Page", "icon": { }, "status": { "icon": { } } } } ]
My goal:
Pass this url to in customfield - "myCf" in issue jira
"url": "https://mydomain.com/pages/viewpage.action?pageId=194348181"
I tried through Automation jira (smart value), but did not find the required example.. (The page id will be different each time)
Any help is appreciated!
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.