I'm trying to export a list of issues for a specific project to SP but the online documentation for this connector does not seem to detail the correct string format to be able to do this.
If i use the base URL of the Jira instance it returns zero issues, if i try to use a JQL query int he string it tells me i cannot use / in a jql query even when there is no / in the query.
Can anyone help with the correct format for the Jira instance parameter for the Get list of issues component please?
Community moderators have prevented the ability to post new answers.
hope this helps.... I don't use a connector, but here are some related REST API calls. The instance in a rest call looks like this:
https://splitdimedata.atlassian.net/rest/api/3/component/10011
Using the jira.atlassian data for an example -- here are some REST calls. (Enterprise uses version 2 of some of the same REST calls as cloud -- which is version 3)
|
Components for a project |
https://jira.atlassian.com/rest/api/2/project/JRACLOUD/components |
|
Component ID in JQL - get issues |
https://jira.atlassian.com/rest/api/2/search?jql=component=46540 |
|
Components for an issue |
https://jira.atlassian.com/rest/api/2/issue/2070834?expand=components |
Thanks David, all these rest calls work for me when i use them directly in the browser but they all fail when i try to use them with the OOB jira connector. I am pretty sure they would work if i used the HTTP connector but our company doesn't allow the use of that one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.