python-zulip-api/zulip_bots/zulip_bots/bots/jira
Marco Burstein f719964487 bots: Create Jira Bot.
Users can get an issue from Jira Bot using it's key, and get a response
like the following:

    Issue BOTS-13: Create Jira Bot
     - Type: Task
     - Creator: skunkmb
     - Project: Bots
     - Priority: Medium
     - Status: To Do

Users can create or edit an issue with Jira Bot with its
 - summary,
 - project,
 - type,
 - description,
 - assignee,
 - priority,
 - labels, and
 - due date
2017-12-29 11:21:18 -05:00
..
doc.md bots: Create Jira Bot. 2017-12-29 11:21:18 -05:00
jira.conf bots: Create Jira Bot. 2017-12-29 11:21:18 -05:00
jira.py bots: Create Jira Bot. 2017-12-29 11:21:18 -05:00
test_jira.py bots: Create Jira Bot. 2017-12-29 11:21:18 -05:00