Jira Create Issue
Description
This action component allows you to create a new Jira issue in your specific project.
Input Properties
- Input Jira Object (IJiraObject) – The input Jira connection object.
- Issue Name (String) – The name of issue.
- Issue Type (String) – The type of issue.
- Project Key (String) – The project key for the issue.
- Project Name (String) – The project name for the issue.
- Summary (String) – The summary of a the issue.
- Jira Description (String) – A string containing the description for the new issue.
Output Properties
- Result (String) – Result of the issue creation. stored as string variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.