GothenburgBitFactory / bugwarrior

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

Jira: support `body_length` parameter similar to GitHub's #828

Closed djmitche closed 3 years ago

djmitche commented 3 years ago

Just like with GitHub, I'd prefer not to have the contents of Jira issues sync'd into TaskWarrior -- it's huge, runs afoul of encoding bugs in TaskWarrior, and leaks potentially-confidential information (particularly in light of taskd's unencrypted data storage!)

Let's add a body_length parameter that is used to limit the length of the description copied in. Setting this to 0 will effectively prevent descriptions from being included at all.