-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Allow configuration of Jira branch names #16222
Conversation
Thank you for your first contribution! 🎉 🔔 @thomaslombart @FezVrasta @teziovsky @gavinroderick @michael-par @literallyjustroy @mheidinger @mikybars @luarmr @horumyy @rsperezn @Silv-1 @EyLuismi you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. Due to our current reduced availability, the initial review may take up to 10-15 business days 🎄 |
Thanks for the enhancement @BehnH - can we do something like I did? |
In the README & options, @pernielsentikaer? If so, I sure can! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Looks good to me, approved 🔥
Published to the Raycast Store: |
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
This allows configuration of Jira git branch names - like is configurable in the Jira web UI. To match Jira's UI, the following options are allow: Issue key (
{issueKey}
), Issue summary ({issueSummary}
), Issue summary short ({issueSummaryShort}
), Issue type ({issueType}
), and Project key ({projectKey}
).The default behavior is for the extension to behave as it does today (Issue key followed by summary, separated by hyphens)
I wasn't quite sure where to list the supported fields, as I'm not sure on configuration field description limits. Happy to just pop the fields into the README for the extension.
Screencast
Customized branch name
Default branch name
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder