You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to first say thank you, I've been using this plugin for a long time, and it is pretty indispensable for me. I absolutely love the fact that I can just click a button on the task to get info for my commits.
That being said, I have some feature requests.
Placeholder Additions
Would it be possible to add placeholders for the following fields?
Parent
Request Type (I think this is specific to Jira Service Management)
Organizations
The Organizations field is likely to be an array since they are added like tags. It would be nice to get them all in a format like [Org1, Org2, Org3], failing that I'd settle for just the first or last item in the array.
DIY Placeholders
Ideally, I'd love a way to add my own placeholder for any field that exists in the Jira instance, including custom fields. Preferably without having to bother you. We could do this using some sort of JSON document to make the fields available, but you'd get bonus points for being able to add them via the configuration page somehow.
Sanitize Text
Sometimes I use this to generate filenames for deployment packages. Unfortunately, people commonly use characters in the summary that can't be used in a file name. The sanitizing process would need to either strip or replace the characters. I'd prefer to have both options.
The following is a short list of characters that would be invalid for use in a file name:
ASCII control characters
Non-printable characters like null, CR, LF, etc.
The following printable characters: /:*?"<>|
The text was updated successfully, but these errors were encountered:
ds2-jetten
changed the title
Feature Request: Additional Fields
Feature Requests: Additional Placeholders, DIY Placeholders, Text Sanitization
Jan 16, 2025
I just wanted to first say thank you, I've been using this plugin for a long time, and it is pretty indispensable for me. I absolutely love the fact that I can just click a button on the task to get info for my commits.
That being said, I have some feature requests.
Placeholder Additions
Would it be possible to add placeholders for the following fields?
The Organizations field is likely to be an array since they are added like tags. It would be nice to get them all in a format like [Org1, Org2, Org3], failing that I'd settle for just the first or last item in the array.
DIY Placeholders
Ideally, I'd love a way to add my own placeholder for any field that exists in the Jira instance, including custom fields. Preferably without having to bother you. We could do this using some sort of JSON document to make the fields available, but you'd get bonus points for being able to add them via the configuration page somehow.
Sanitize Text
Sometimes I use this to generate filenames for deployment packages. Unfortunately, people commonly use characters in the summary that can't be used in a file name. The sanitizing process would need to either strip or replace the characters. I'd prefer to have both options.
The following is a short list of characters that would be invalid for use in a file name:
The text was updated successfully, but these errors were encountered: