Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

what is the JSON code for issue links?

what is the JSON code for issue links?

2 answers

1 vote
Stefan Salzl
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 17, 2023

Hi @IT Admin 

what exactly do you mean? could you specify your requirement more detailed? what are you trying to achieve?

best
Stefan


Screenshot 2023-11-17 175745.png
Result:

Screenshot 2023-11-17 180222.png

 

I just want to get the url/link of the ticket.

Stefan Salzl
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 17, 2023

Hi @IT Admin 

the following smart value shoulde do the work:

{{issue.url}}

 

see smart value doc:

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/

 

Best
Stefan

Like IT Admin likes this

Appreciate the help, thank you

Stefan Salzl
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 17, 2023

Hi @IT Admin 

if your problem is solved please consider to hit the accept button mext to the answer. This will mark the question as solved and males it easier for other users to find solutions to similar problems.

Best
Stefan

In the context of Jira, a widely used project management tool, the JSON code for issue links typically involves a structure that defines the relationship between issues. The "outwardIssue" and "inwardIssue" fields are commonly used to specify the linked issues. An example JSON snippet might look like this:

 

{
"type": {
"name": "Blocks",
"inward": "is blocked by",
"outward": "blocks"
},
"outwardIssue": {
"key": "ISSUE-1"
},
"inwardIssue": {
"key": "ISSUE-2"
}
}

This represents a "Blocks" relationship where "ISSUE-1" blocks "ISSUE-2". The actual JSON structure can vary based on the specific requirements and the tools or platforms being used.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events