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
@Manasa Ambati - are you using the GET /rest/api/2/search method?
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/search-search
I would try that, using the jql parameter and passing in URL-encoded JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.