Jira connector or sample code with Download tool?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Jason. Appreciate the info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'd hate to do the Jsonparsing without Alteryx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'd do it happily! But they are the property of my client, so I'll have to ask for permission first. Don't know how long getting it will take (might be quick but might not...) but I think they'll understand that by helping others out here will also benefit them.
Will keep you posted!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
