How to get IssueType name?

Sviatlana Puzevich August 22, 2012

Hi. I need get Issue type. I use RemoteIssue.getType(). if it's task, bug and etc or users task, method retuns String with IssueType name, but if it's subtask, then method returns String with type id. But I need name type(not id).

Help, please

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [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.
August 22, 2012

Use getIssueTypes method and find the name from it using id.

Sviatlana Puzevich August 22, 2012

But I don't use JiraSoapService. Other ways?

Jobin Kuruvilla [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.
August 22, 2012

Then how are you getting RemoteIssue?

Sviatlana Puzevich August 22, 2012

Yes, you're right. I'm stupid)))

Suggest an answer

Log in or Sign up to answer