UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Klassische Integrationsaktivitäten

Create Issue

UiPath.Jira.Activities.CreateIssue

Die Aktivität Create Issue verwendet die Jira API , um ein neues Problem (Issue) zu erstellen.

Die Aktivität gibt ein Problemobjekt (Issue) aus, das als Eingabevariable in nachfolgenden Aktivitäten verwendet werden kann (z. B. Issue in Update Issue]).

Wie es funktioniert

Die folgenden Schritte sind ein Beispiel dafür, wie die Aktivität von der Entwurfszeit (d. h. den Aktivitätsabhängigkeiten und Eingabe-/Ausgabeeigenschaften) bis zur Laufzeit funktioniert.

  1. Schließen Sie die Einrichtungsschritte ab.
  2. Fügen Sie Ihrem Projekt die Aktivität Jira Scope hinzu.
  3. Add the Create Issue activity inside the Jira Scope activity.
  4. Erstellen und geben Sie eine String und eine Project Key -Variable für die Eingabeeigenschaften ein.
  5. Erstellen und geben Sie eine String und eine Summary -Variable für die Eingabeeigenschaften ein.
  6. Erstellen und geben Sie eine String und eine Type -Variable für die Eingabeeigenschaften ein.
  7. Erstellen und geben Sie eine Issue und eine Issue -Variable für die Ausgabeeigenschaften ein.

Eigenschaften

Die Werte für die folgenden Eigenschaften werden beim Hinzufügen dieser Aktivität zu Ihrem Projekt in UiPath Studio angegeben.

Hinweis:

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.

Allgemein

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

Eingabe

  • 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")

Sonstiges

  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.

Ausgabe

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

Optionen

  • 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.
    • Beispiel: New Dictionary(Of String, String) From {{"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.
    Hinweis:

    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.

  • Wie es funktioniert
  • Eigenschaften
  • Allgemein
  • Eingabe
  • Sonstiges
  • Ausgabe
  • Optionen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben