Jira Rest API issues

Manu December 10, 2019

We are trying to integrate Pega with Jira and have an issue as our Jira is configured with Spaces and special characters in the issue type field .

 

Pega uses the following url to fetch the data

 

<<local jira url>/?SearchQuery=Project='<<project name>>' AND Version =$$$$$ and issue type = <<Issue type>>

 

for us issue type has values like Bug / Defect and User Story.

 

Options tried :

trying sending them in single quotes ,replacing space with %20 and still it didnt work. any help on this

URL works fine and the same values when we remove the issue type parameter - few of the issue types had Bug / Defect  few have User Story 

1 answer

0 votes
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2019

Hi @Manasa Ambati 

Could you update the url to use 'issuetypeIds=18700' instead of 'issue type' ?

Suggest an answer

Log in or Sign up to answer