Skip to main content

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

create_jira_issue-0.1.6.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

create_jira_issue-0.1.6-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page