Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Requests: Additional Placeholders, DIY Placeholders, Text Sanitization #13

Open
ds2-jetten opened this issue Jan 16, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@ds2-jetten
Copy link

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: /:*?"<>|
@ds2-jetten ds2-jetten changed the title Feature Request: Additional Fields Feature Requests: Additional Placeholders, DIY Placeholders, Text Sanitization Jan 16, 2025
@daemonLibra
Copy link
Owner

Hi, thank you for the feature request.

  • Sanitize Text:
    This could be an checkbox in the settings page and should be relative easy to implement

  • DIY Placeholders and Additions
    The specific additions should be quickly implemened but the DIY Version can be tricky.

If you have an idea for the implementation you can also send my an PR and i can look over it.

@daemonLibra daemonLibra added the enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants