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 20 mai 2026

Create Issue

UiPath.Jira.Activities.CreateIssue

L'activité Créer un problème utilise l' API Jira pour créer un nouveau problème (Problème).

L'activité génère un objet de problème (Problème) qui peut être utilisé comme variable d'entrée dans les activités suivantes (par exemple, Problème dans la mise à jour du problème]).

Mode de fonctionnement

Les étapes suivantes sont un exemple du 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. Ajoutez l'activité Étendue Jira à votre projet.
  3. Add the Create Issue activity inside the Jira Scope activity.
  4. Créez et entrez les variables String et Project Key pour les propriétés Entrée.
  5. Créez et entrez les variables String et Summary pour les propriétés Entrée.
  6. Créez et entrez les variables String et Type pour les propriétés Entrée.
  7. Créez et entrez les variables Issue et Issue pour les propriétés Output (Sortie).

Propriétés

Les valeurs des propriétés suivantes sont spécifiées lors de l'ajout de cette activité à votre projet dans UiPath Studio.

Remarque :

You can set custom fields by using either the (Additional Fields) or the (Custom Fields) property. They are provided to allow the RPA developer a choice of input parameters that they feel easiest to work with.

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.

Entrée

  • Project Key - The project key for the issue. This field supports only strings or String variables.
  • Summary - The summary of a the issue. This field supports only strings or String variables.
  • Type - The type of issue. This field supports only strings or String variables. (e.g. "Story")

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).

Sortie

  • Issue - The newly created issue. Enter an Issue or Issue variable.

Options

  • Additional Fields - A dictionary containing key-value pairs for Jira fields. This property can be used with or instead of Custom Fields. A String field key and an Object value.
    • Example: a field name of "customfield_10007" and a value of "PRJ-1234". Some field names are case sensitive, e.g. "labels" instead of "Labels".
  • Custom Fields - A dictionary containing key-value pairs for Jira fields. This property can be used with or instead of Additional Fields. Enter a Dictionary<string,string> or Dictionary<string,string> variable.
    • Exemple : nouveau dictionnaire(de chaîne, chaîne) de {{"Epic Link", "PRJ-421" }}
  • Components - The components you want associated with this issue. This field supports only Strings or String variables.
  • Description - A string containing the description for the new issue. This field supports only Strings or String variables.
  • Parent Issue Key - The key of the parent issue or epic. This field supports only Strings or String variables.
    Remarque :

    Currently using custom field names such as "Epic Link" is not supported With Additional Fields. You will need to use the custom field ID, such as "customfield_10007". The work-around is to use the Custom Fields property.

  • Mode de fonctionnement
  • Propriétés
  • Commun
  • Entrée
  • Divers
  • Sortie
  • Options

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