UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités Classic Integration

Dernière mise à jour 18 mai 2026

Jira Scope

UiPath.Jira.Activities.JiraScope

Important :

Ce package d’activités Jira ne prend en charge que les instances Jira Cloud.

Les activités Jira utilisent OAuth 2.0 ou l'authentification par jeton pour établir une connexion entre UiPath et votre environnement Jira. Cette connexion autorise un Robot à appeler les API Jira et à accéder aux ressources en votre nom.

Pour plus d'informations et avant de créer votre premier projet d'automatisation, consultez le Guide de Configuration (Setsp ).

You select the type of authentication that you want to use (Authentication Type) and enter the URL of your Jira server (Server URL) into the Jira Scope activity.

Then enter in either your OAuth Credentials (ClientID and ClientSecret) or your Token Credentials (Api Token and Username) to complete the information needed to establish an authenticated connection to your Jira application.

After establishing a connection, a parent Jira Scope activity can output a record of the connection in a Jira Connection object (Jira Connection) that you can use in subsequent child scope activities.

Mode de fonctionnement

Les étapes et le diagramme de séquence de messages suivants illustrent le fonctionnement de l'activité, depuis la conception (c'est-à-dire les dépendances d'activité et les propriétés d'entrée/sortie) jusqu'à l'exécution.

  1. Terminez les étapes de Configuration .
  2. Add the Jira Scope activity to your project.
  3. Sélectionnez votre type d'authentification et saisissez la valeur pour vos propriétés Authentification OAuth ou Authentification de jeton.
  4. Créez et entrez une variable Jira Connection pour la propriété Output (Sortie) .
    • You can use this variable in subsequent uses of the Jira Scope activity.

Propriétés

Authentification

  • Authentication Type - The type of authentication for Jira services. Select one of the three available options: Api Token, OAuth 2.0, or Existing Jira Connection.
  • Server URL - The URL of the Jira site on which the activities operate. This field supports only Strings or String variables.

Commun

  • Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • DisplayName - The display name of the activity. This field supports only strings or String variables.

Existing Jira Connection

  • Existing Connection - The connection from an existing Jira Scope to use rather than creating a new connection. This field supports only Jira variables.

Divers

  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).

OAuth 2.0 Authentication

  • Client ID - The Client ID of the Jira application. This field is required only if the selected authentication type is OAuth 2.0. This field supports only String variables.
  • Client Secret - The Client Secret of the Jira application. This field is required only if the selected authentication type is OAuth 2.0. This field supports only SecureString variables.

Sortie

  • Jira Connection - The authenticated Jira connection, which can be passed to another Jira Scope. This field supports only Jira variables.

Token Authentication

  • API Token - The token generated for your account. This field is required only if the selected authentication type is Api token. This field supports only SecureString variables.
  • Username - Your email address. This field is required only if the selected authentication type is API token. This field supports only String variables.
  • Mode de fonctionnement
  • Propriétés
  • Authentification
  • Commun
  • Existing Jira Connection
  • Divers
  • OAuth 2.0 Authentication
  • Sortie
  • Token Authentication

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour