GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

Feature Request: Jira Parent & Custom fields #860

Closed d-miketa closed 2 years ago

d-miketa commented 2 years ago

Jira's integration can already pull information about subtasks; adding another field for the parent ID should be almost trivial, yet very useful.

Jira also seems to allow users to specify custom fields labelled as e.g. customfield_12345. (As far as I can tell it's always customfield followed by a 5-digit number.) These fields can be strings, numerics or any other type. It'd be useful to be able to pull them into the task, too, though that seems like a more involved effort (customisable UDA?).

ryneeverett commented 2 years ago

Resolved via #861 and #862.