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

jira rest api create issue include Linked Issues

Jiannan Tang February 20, 2013

Hi:

I use rest api create an issue, but I don't know how to include "Linked Issues" in the json data.

The api http://docs.atlassian.com/jira/REST/latest/#id108088 dose't include "Linked Issues".

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

4 votes
Answer accepted
Jiannan Tang February 21, 2013
"update": {
        "issuelinks": [                        //对应创建页面的“Linked Issues”
            {
                "add": {
                    "type": {
                        "name": "Duplicate"
                    },
                    "inwardIssue": {
                        "key": "DEMO-92"
                    }
                }
            }
        ]
    },

Jason Brison March 26, 2013

Is there a way to do remote issue links (to url's oppose to jira issues)?

0 votes
peng xu April 1, 2013

dgfsd

TAGS
AUG Leaders

Atlassian Community Events