Add new component

srinivasan radhakrishnan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2013

Hi,

How to add new component to particular project in JIRA using SOAP/REST API.

2 answers

1 accepted

0 votes
Answer accepted
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2013

Using the REST api you POST to /rest/api/2/component

The data would be

{
    "name": "Component 1",
    "description": "This is a JIRA component",
    "leadUserName": "fred",
    "assigneeType": "PROJECT_LEAD",
    "isAssigneeTypeValid": false,
    "project": "PXA"
}

See more details here - http://docs.atlassian.com/jira/REST/latest/#id104894

srinivasan radhakrishnan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2013

Hi Colin,

Thanks for replay. I am new user for the JIRA REST. please answer the below questions,

1. Steps for running sample REST program using C#

2. steps for Sample program for REST accessing the JIRA website and run

srinivasan radhakrishnan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2013

Hi Colin,

i have to run the given code but throws the issue, please refer the code

The red highlighted section is UserName:Password.

Please current my mistake in the query

0 votes
Teck-En
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2013

Suggest an answer

Log in or Sign up to answer