Hi,
How to add new component to particular project in JIRA using SOAP/REST API.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's existing client for JAVA or Python but no client for C# though:
If you're working with C#, you may want to check out some of the following and I hope that can get you started with REST:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.