Servicenow - Jira integration Error - Method failed: (/rest/api/3/search) with code: 400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 11:47 PM
Hi All,
I am doing servicenow jira integration as per this youtube video https://www.youtube.com/watch?v=vv_oHjywUxg&feature=youtu.be ,I have created new atlassian account and created some sample projects.
In servicenow side I have created Rest message with endpoint and Default Get method.
Rest end point :https://myaccount1.atlassian.net//rest/api/3
Default Get end point :https://myaccount1.atlassian.net/rest/api/3/search?jql=project=TestProject2
Wen I try to test get method ,am getting below error.
Can anyone help me to fix this? Is there anything wrong with version?if yes how can I check the version of rest api?
Suggestions Required.
Thanks in Advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 12:07 AM
Hi,
Can you correct the end point
https://myaccount1.atlassian.net//rest/api/3/project/{projectIdOrKey}
project key is your TestProject2
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 03:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 04:35 AM
Hi,
myaccount1 is your jira instance?
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2020 01:53 AM