how to get all issue fields.

12 views
Skip to first unread message

raju

unread,
Nov 19, 2010, 12:48:19 AM11/19/10
to jira-extended-webservice
I have extended the webservice to get all the issue field, their
details etc. I want to get all the system fields, so, I used
getAllSystemSearcahblefields method in jira but I am not getting the
votes in that, so, I used getAvailableNavigableFields method but in
that I am not getting the time tracking field and I am also getting
the custom fields. So, I want to both votes and time tracking fields
excluding the custom fields, so, how can I do that please help me
regarding this, I am not so much expert in Java, I am at the beginer
stage in Java, so, please help me with so code to implement this.

Ath

unread,
Nov 19, 2010, 3:15:33 AM11/19/10
to jira-extended-webservice
Hm, this is a basic Jira SOAP question AFAICS, but Ok, I'll try.

One of the complaints about the Jira SOAP service has been that not
all information available in Jira can be easily retrieved. Hence the
existence of this add-on to the SOAP service, adding some often/long
requested but not provided methods...
Getting all Issue fields probably requires you to 'merge' the results
of both queries into one set of fields and use that as you need to.
There is not always a simple straight road to a solution, some
crafmanship is in combining the data into something useful.
Jira systemfields all have known names, and these could be compared to
a list you provide in your code, or configure externally.

HTH
Reply all
Reply to author
Forward
0 new messages