You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I'm using Alteryx to query against our Cloud Jira API. In this instance it will only pull data whenever I stipulate that it must startAt = 0.
However, using a different number will always result in an error (400 Bad Request) and I'm not sure how or why this is occuring.
Code appears as;
JQL:Project=11317,startAt:0,maxResults:100,fields:[],expand:[names]
I've dropped Max & Fields and left the project, but it doesn't seem to help in anyway.
Any help or thoughts would be great.
Fix for Alteryx;
Be wary of multiple calls and the ID number for columns resetting to 0.
I'm not familiar with Alteryx, I generally use C# or Excel VBA, but I'll try to help you.
The line in your question
JQL:Project=11317,startAt:0,maxResults:100,fields:[],expand:[names]
that's the input correct? Not the output?
What API call are you trying?
Are you sure that there are more results than what you're setting startAt to?
Can you give a screenshot of the error message when it fails?
Hey Warren,
I got it working this morning. It was a quirk in how the data was extracting from the API itself.
Thank you anyway.
N
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.