Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connect Alteryx to Jira

RonGatmaitan
8 - Asteroid

Hi Alteryx Community,

 

 

The simplest way to read from Jira, please. I'll just be needing an extract of certain data.

 

 

Thank you.

Ron

6 REPLIES 6
mceleavey
17 - Castor
17 - Castor

Hi @RonGatmaitan ,

 

you can download the Jira iterative connector from the Alteryx gallery HERE

 

This will allow you to connect and download via the API.

 

Hope this helps,

 

M.



Bulien

RonGatmaitan
8 - Asteroid

Looking into this. Thank you, @mceleavey!

mceleavey
17 - Castor
17 - Castor

no problem.gif



Bulien

bkclaw113
10 - Fireball

Another version of the JIRA Connector with some additional functionality:

https://community.alteryx.com/t5/Community-Gallery/Updated-JIRA-Connector/ta-p/1053164

ivansantos003
7 - Meteor

For anyone that encounters an error on the tool (https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Connect-Alteryx-to-Jira/td-p/9...)

in the future namely 

1) "Please enter Username in format DOMAIN\SID (e.g. NAEAST\A123456)" 

2)  Error: Download (89): Error transferring data "_"; Func 'curl_easy_perform' failed, ret = 6, desc = Couldn't resolve host name

 

For

1) update the regex in tool 731 of the Macro to REGEX_Match([#1], "[[:alpha:]]*\\\\[[:alpha:]]\d{6}") 

2) If you arent using Oauth disable container (90) in the check basic vs bearer macro

 

dreldrel
9 - Comet

Thanks for sharing the issue fix @ivansantos003 !

Labels
Top Solution Authors