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 Project

UiPath.Jira.Activities.CreateProject

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

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

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 Project 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 JiraUser und eine Project Lead -Variable für die Eingabeeigenschaften ein.
  6. Erstellen und geben Sie eine String und eine Project Name -Variable für die Eingabeeigenschaften ein.
  7. Wählen Sie einen ProjectTemplateKey aus der Dropdownliste Project Template Key für die Eingabeeigenschaften aus.
  8. Wählen Sie einen ProjectTypeKey aus der Dropdownliste Project Type Key für die Eingabeeigenschaften aus.
  9. Erstellen und geben Sie eine Variable „Project“ und eine „Project“-Variable für die Eigenschaft Input ein.

Eigenschaften

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 to use. This field supports only Strings or String variables. Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.
  • Project Lead - The user serving as project lead. Enter a JiraUser or JiraUser variable.
  • Project Name - The name of the project. This field supports only strings or String variables.
  • Project Template Key - A pre-built configuration for a project. The type of the (Project Template Key) must match with the type of the (Project Type Key). Allowed values: the list of project templates in your Jira instance, by Project Type.
  • Project Type Key - Dictates whether the created project has a Business, Service Desk, or Software feature set.

Sonstiges

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

Optionen

  • Assignee Type - The default assignee when creating issues for this project. Choose one of the following options: Unassigned, Project_Lead.
  • Description - A brief description of the project. This field supports only strings or String variables.

Ausgabe

  • Project - The project that was created. This field supports only Project variables.
  • Wie es funktioniert
  • Eigenschaften
  • Allgemein
  • Eingabe
  • Sonstiges
  • Optionen
  • Ausgabe

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