Alteryx Designer Desktop Discussions

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

Creating Tickets in JIRA

Anshita
8 - Asteroid

Hi,

 

Is it possible to create JIRA tickets using Alteryx Designer. I am able to extract data from JIRA tool but not sure if this capability also exists and if yes then how should I go about it? 

 

Any help would be highly appreciated.

 

Thanks Guys..

 

2 REPLIES 2
Matt_D
10 - Fireball

Hi @Anshita I'd imagine if possible it would be done through an API call, most likely via a POST call. I'd start by looking about in the JIRA community / developer websites. I think these are them:

 

https://community.atlassian.com/ 

https://developer.atlassian.com/

 

Thanks,

 

Matt

TimN
13 - Pulsar

Hi,

I got this to work with Jira on-prem.  a few parts to this:

 

1. Authorization 

TimN_0-1659054833369.png

Formula to add User ID with Password then pass through base64 encoder

TimN_1-1659054876301.png

 

Add Basic in front

TimN_2-1659054977280.png

2. create the URL 

http://your jira here/jiraapps/rest/api/latest/issue/

3. Create the fields JSON to populate in the Jira - I hardcoded this when trying it but you can construct dynamically

TimN_3-1659055219483.png

 

4. Pass this info into the Download Tool

TimN_4-1659055275976.pngTimN_5-1659055311576.png

 

 

 

TimN_6-1659055366686.png

 

 

 

Labels