Hi all,
I'm looking to automate the creation of JIRA issues using Alteryx. I have an Excel file that contains structured data for JIRA tasks, including fields like Summary, Issue Type, Assignee
My goal is to build an Alteryx workflow that:
- Reads this Excel file
- Converts each row into a properly formatted JSON payload
- Sends a POST request to the JIRA REST API to create the corresponding issue
Has anyone implemented something similar? I’d really appreciate any recomendations:
- A sample workflow or best practices for setting up the Download tool for JIRA API calls
- Tips for handling authentication
- Guidance on constructing dynamic JSON
- Any gotchas with custom fields
Thanks in advance!