CLI app to create issues in Jira from console
Project description
create_jira_issue
Description
This command line app will help you to create issues from console
Usage
cjiss -s "Your issue summary" -d "your issue description" -n "./settings.yml" --sprint
Arguments
s - [MANDATORY] issue summary
d - issue description
n - path to your issue settings in yaml (see below). If not provided, file with name "settings.yml" will be looked in the current directory
sprint - issue will be added to current sprint.
Settings
# fill this to make the script work
# your jira url
jira_url: https://your.jira.url.com
# login in jira
login: your_login
# pass in jira
password: your_pass
# project you work in
project: PROJECT
# jira issue type (epic, issue, etc) id
# 3 stands for issue
issuetype_id: 3
# default priority id
priority_id: 4
# default assignee
assignee: assignee_login
# default assignee
reporter: your_login
# your jira board id
board_id: 20801
# labels to add
labels:
- new
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_jira_issue-0.1.6.tar.gz.
File metadata
- Download URL: create_jira_issue-0.1.6.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6552c1a26b127041b3d4df4ef8a2c6cd614f68bca27394089e8e018355603168
|
|
| MD5 |
e2ae32f417c82383d5e33f68c6c4e72b
|
|
| BLAKE2b-256 |
8b5636303eac2be22419b60853e82d2dfcae3de401eb465d662f87483da71e08
|
File details
Details for the file create_jira_issue-0.1.6-py3-none-any.whl.
File metadata
- Download URL: create_jira_issue-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d8b26d4f955c04ff24d20eb842e1bb0816e0c882377c8c182e4a40d8935efdc
|
|
| MD5 |
e3a8332ea622f8b1a2dd8a534dd8159b
|
|
| BLAKE2b-256 |
caf19830ee033a4c7d7da4fa4acb7310a2d888d29dcdbabce9f4dc904a585884
|