Last Updated: Nov 4, 2020
Use this function to create a new issue in JIRA.
Create Issue (token, url, username, project_key, summary, description, environment, issue_type, assignee_ID, labels, priority)
| Input Parameter Name | Description |
|---|---|
| token | JIRA API token |
| url | JIRA URL |
| username | JIRA username |
| project_key | JIRA project key |
| summary | Ticket summary |
| description | Ticket description |
| environment | Example: QA, PROD etc. |
| issue_type | Type of the issue Example: Bug, Task, Test, Epic, etc., |
| assignee_ID | ID of the assignee |
| labels | Label(s) to attach with the issue |
| priority | Issue priority |
| Return Value | Description |
|---|---|
| Output |
|
Create Issue (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, ABC-123, Summary, Issues in JIRA, QA, Bug, 12345, Issue, P3)
To view all the JIRA functions, click here.