Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how i can get issue fields value using C#

am_dev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 27, 2014

in my jira i was add a custom field (text field) in issue ..and i want retrieve this field value (what i write in text field ) using c#

thx for help

1 answer

1 vote
Tarun Sapra
Community Champion
February 27, 2014

You can query JIRA using REST APIs, using a c# REST client to do that or a normal http call that can handle JSON response -

https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Query+issues

am_dev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 27, 2014

thx for replay ..

i want get a value field using c# ..for exemple in issue i added a text field called SERVER, in this text field i will write path of server ...now i want retrieve this value (path of server ) lik a string value for i can use it in my c# proram

thx

Nic Brough -Adaptavist-
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.
February 27, 2014

You should issue a REST call to Jira in your c# program. Tarun has given the links to the examples of what your c# code needs to do.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events