UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Última actualización 18 de may. de 2026

Crear incidencia

UiPath.Jira.Activities.CreateIssue

La actividad Crear incidencia utiliza la API de Jira para crear una nueva incidencia (Incidencia).

La actividad genera un objeto de incidencia (Incidencia) que puede utilizarse como variable de entrada en actividades posteriores (por ejemplo, Incidencia en Actualizar incidencia]).

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Completa los pasos de configuración .
  2. Añade la actividad Ámbito de Jira a tu proyecto.
  3. Add the Create Issue activity inside the Jira Scope activity.
  4. Crea e introduce una variable String y una variable Project Key para las propiedades de entrada.
  5. Crea e introduce una variable String y una variable Summary para las propiedades de entrada.
  6. Crea e introduce una variable String y una variable Type para las propiedades de entrada.
  7. Crea e introduce una variable Issue y una variable Issue para las propiedades de Salida.

Propiedades

Los valores para las siguientes propiedades se especifican al agregar esta actividad a tu proyecto en UiPath Studio.

Nota:

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.

Común

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

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

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

Opciones

  • 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.
    • Ejemplo: nuevo diccionario (Of String, String) 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.
    Nota:

    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.

  • Cómo funciona
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida
  • Opciones

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado