gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
266 stars 41 forks source link

feat: Setting to match git branch name with jira project id when they are different #120

Closed magneticcore closed 4 years ago

magneticcore commented 5 years ago

The goal is to have a setting to match git branch name with jira project id when they are different to update git information as well, for example: Jira project id: MYPROJ git branch: feature/MYNEWPROJ

The setting can be a string which gives the matching: MYPROJ=MYNEWPROJ

So each time Jira plugin needs to use the Jira project id for git, it translates it to its matching value: MYPROJ-68 (Jira) => MYNEWPROJ-68 (Git)

gioboa commented 5 years ago

Yes, this feature has sense. I will think how implement a simple setting for map the values.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Remove stale label or comment or this will be closed in 5 days. Thank you for your contributions.

gioboa commented 4 years ago

@magneticcore Are you still interested at this feature?

magneticcore commented 4 years ago

Yes, absolutely!

gioboa commented 4 years ago

I've built an alpha version to test this fix. Please have a try and give me feedback. :+1: If all it's ok I will release a new official version. :smile:

jira-plugin-0.18.5-alpha1.zip

magneticcore commented 4 years ago

Thank you. I will check this afternoon and tomorrow and I will give you a feedback. Before installing it, did you add a setting to do the mapping as described in my initial comment?

gioboa commented 4 years ago

Yes, I added a setting. You can find a description here Project Key Mapping 😄 👍

gioboa commented 4 years ago

Released in v 0.19.0