UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades de integrações clássicas

Última atualização 20 de mai de 2026

Create Issue

UiPath.Jira.Activities.CreateIssue

A atividade Create Issue usa a API do Jira para criar um novo problema (Issue).

A atividade gera um objeto de problema (Issue) que pode ser usado como uma variável de entrada em atividades subsequentes (por exemplo, Issue em Atualizar Issue]).

Como funciona

As etapas a seguir são um exemplo de como a atividade funciona desde o tempo de design (ou seja, as dependências da atividade e as propriedades de entrada/saída) até o tempo de execução.

  1. Conclua as etapas de Configuração .
  2. Adicione a atividade Jira Scope ao seu projeto.
  3. Add the Create Issue activity inside the Jira Scope activity.
  4. Crie e insira uma variável String e uma variável Project Key para as propriedades de entrada.
  5. Crie e insira uma variável String e uma variável Summary para as propriedades de entrada.
  6. Crie e insira uma variável String e uma variável Type para as propriedades de entrada.
  7. Crie e insira uma variável Issue e uma variável Issue para as propriedades Saída.

Propriedades

Os valores para as seguintes propriedades são especificados ao adicionar esta atividade ao seu projeto no UiPath Studio.

Observação:

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.

Comum

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

Entrada

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

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.

Saída

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

Opções

  • 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.
    • Exemplo: 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.
    Observação:

    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.

  • Como funciona
  • Propriedades
  • Comum
  • Entrada
  • Diversos
  • Saída
  • Opções

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades