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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,501,596
Community Members
 
Community Events
180
Community Groups

JIRA issue linking through rest api.

Can anyone tell whats the REST api call to JIRA issue link name "is executed by" ?

I am trying to pass name "is executed by" through POST /rest/api/2/issueLink,  However this name is not being accepted, its throws below error.

 

Error:

4 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes

I am not sure why the name does not work for you. You can try an id:

"type": {
        "id": 123
    },

You can get the id by checking Issue Linking screen under JIRA administration and hoovering over Edit links:

image2017-3-24 11:3:26.png

 

This is to create "is executes" relation which works. However i need "is executed by" relation, I cannot find the "name" for it. @Volodymyr Krupach

{
    "type": {
        "name": "Executes"
    },
    "inwardIssue": {
        "key": "[entry.jiraIssue.key]"
    },
    "outwardIssue": {
        "key": "[entry.issueReturnTextOracle.label]"
    }
}
0 votes

Please post here your JSON.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events