Before I head down the Jira-integration road, has anyone written Alteryx workflows that can read from Jira?
Anyone? Anyone? Bueller
Solved! Go to Solution.
Luckily since Jira was built for developers, it has a great REST API, so it'd be a simple matter of building the URLs to get the data you want then passing them into an Alteryx download tool with a GET request.
Here's the API documentation:
https://docs.atlassian.com/jira/REST/cloud/
And here's the method you would specifically use to return Jira workflows:
Thanks Jason. Appreciate the info.
I would greatly appreciate it if you would post the text tool and download tool with the sample code (minus your credentials) on this post. It would save me and others time not having to figure out the syntax. Thanks.
@TZChandler, @DrAgilefant, @dataMack
JIRA's REST API is pretty solid and definitely one of the easier to use. I may have gotten a bit carried away and went ahead and built a JIRA Connector for Alteryx.
Community Post & Documentation: https://community.alteryx.com/t5/Data-Sources/JIRA-Connector/m-p/51562
Link to Connector in Public Gallery: https://gallery.alteryx.com/#!app/JIRA-Connector/58d87c2feffc2a0dd0b5ed8f
Cheers,
Taylor Cox