barseghyanartur / matyan

Generate change log from Git commits

Home Page:https://pypi.org/project/matyan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add optional fetch info from JIRA

barseghyanartur opened this issue · comments

Goal

Add optional fetch info from JIRA And in general, make it flexible.

Update (2019-12-20)

Work in progress in branch feature/21-Add-optional-fetch-info-from-JIRA.

Sample output of generate-changelog --show-description --show-releases --headings-only command:

0.1

Deprecation

MAT-2 Deprecate old api

Deprecate old API.

* Show deprecation warnings in the Python client.
* Return deprecation message with results.
* Prepare switch to turn off old API.

Feature

MAT-1 Car type suggester

Implement cat type suggester. Pay attention to the details.

Git repository used to generate the output: bitbucket.org/barseghyanartur/matyan-testing-jira-integration.

Sample Matyan configuration

[Jira]
url:https://YOUR-SUBDOMAIN.atlassian.net/
username:YOUR-USERNAME
token:YOUR-TOKEN

[Settings]
fetchDataFrom=Jira

Implemented in 0.4.