Create Project

Creates a new project in JIRA.

Options

  • Project Types (dropdown): A list of available project types

Input Fields

  • Fields
    • Key (text): a unique key to identify your project. NOTE: This is a required field. JIRA keys are alpha numeric strings up to 10 characters long. If you do not have a key coming from a different system, you can generate your own using the functions UUID and Substring. The output of UUID will be the string input in Substring, and your end value is 6. The output of Substring is your key.
    • Name (text): the name of your new project. NOTE: This is a required field.
    • Description (text): the description of your new project. NOTE: This is a required field.
    • Lead_Name (text): the owner of this project input as their username. Ex: “Charlie”. NOTE: This is a required field. If you don’t have a specific assignee for your project, you can use the input “admin”
    • Issue_Security_Scheme (text): the ID of the security scheme for this project.
    • Permission_Scheme (text): the ID of the permissions scheme for this project
    • Notification_Scheme (text): the ID of the notification scheme for this project
    • Category_ID (text): the ID of the category of this project

Output Fields

  • Output
    • ID (text): the unique ID of your project.
    • Key (text): the unique key to identify your project that you specified upon creation.
    • URL (url): the URL of your project in JIRA.

Was this article helpful?