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
This commit is contained in:
parent
d8c6cb7c0a
commit
f719964487
5 changed files with 523 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ setuptools_info = dict(
|
|||
'html2text', # for bots/define
|
||||
'BeautifulSoup4', # for bots/googlesearch
|
||||
'lxml', # for bots/googlesearch
|
||||
'requests', # for bots/link_shortener
|
||||
'requests', # for bots/link_shortener and bots/jira
|
||||
'python-chess[engine,gaviota]', # for bots/chess
|
||||
'wit', # for bots/witai
|
||||
'apiai' # for bots/dialogflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue