Hi all!
Is their any pre requisite to connect with jira application using UiPath ? Can anyone share the path or how to get the details on this
Hi @vhvinodsai
Yes. Prerequisites to connect Jira with UiPath:
- Jira REST API access
- Authentication (Jira Cloud: Email + API Token)
- UiPath Windows project
- HTTP Request activity
- Network access & required Jira permissions
Kindly look into the UiPath marketplace
Regards,
Gokul
Hi @vhvinodsai
Yes, there are a few basic prerequisites before connecting to Jira using UiPath.
You need access to the Jira instance (Cloud or Server) and valid credentials. For Jira Cloud, Atlassian no longer supports basic password authentication, so you must generate an API token from your Atlassian account and use it along with your email ID. For Jira Server/Data Center, username and password usually work.
In UiPath Studio, install the Atlassian Jira activities package from Manage Packages. You’ll also need the Jira base URL, project key, and issue details depending on what you want to automate.
You can find the official steps and examples in UiPath documentation here:
This page explains the prerequisites, authentication methods, and sample workflows.