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

Allow truncating / eliminating trello descriptions, as with github and jira #835

Closed djmitche closed 2 years ago

djmitche commented 3 years ago

Yep, I have to use Trello and Jira. I am truly blessed.

At least with this change, I can avoid being blessed with constantly-changing huge Taskwarrior tasks :)

djmitche commented 2 years ago

@ryneeverett should we stick with the body-size option, or is it time to add a different shared config knob for this?

ryneeverett commented 2 years ago

Are you asking about a global body_length option? I think that would indeed be reasonable, especially considering that many users probably use bugwarrior similarly to you and just need the link.

djmitche commented 2 years ago

I was thinking of something like sync_descriptions defaulting to true, or titles_only defaulting to false, or something like that.

djmitche commented 2 years ago

Huh, I just discovered that I can do this with static_fields!

I'll make a docs update to help with this.