spacetelescope / jirahub

A package for syncing JIRA tickets and Github issues
http://jirahub.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Store metadata in custom JIRA fields and switch to Python config file #20

Closed eslavich closed 4 years ago

eslavich commented 5 years ago

This moves the metadata from hidden tags in the issue/comment body to custom JIRA fields, and changes the configuration file format from .ini to Python.

I'd recommend starting with the revised docs here:

https://github.com/eslavich/jirahub/blob/jira-custom-field-metadata/docs/source/index.rst

eslavich commented 5 years ago

@jbcurtin thanks for the review! I'm curious if you saw the version of setup.py/setup.cfg that we have in the epic branch:

https://github.com/spacetelescope/jirahub/blob/v0.2-epic/setup.py https://github.com/spacetelescope/jirahub/blob/v0.2-epic/setup.cfg

They're a good bit simpler than what's in master.

jbcurtin commented 5 years ago

yeah, seems like I was looking at the wrong setup.py