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: Retrieve JiraIDs from custom field in linked Work Items #3

Open
b-twis opened this issue Sep 15, 2021 · 2 comments
Open

Feature: Retrieve JiraIDs from custom field in linked Work Items #3

b-twis opened this issue Sep 15, 2021 · 2 comments

Comments

@b-twis
Copy link

b-twis commented Sep 15, 2021

First up. This is a life saver, and would be well worth publishing on the Devops Marketplace.

We use a sync tool which adds the Jira ID into a custom field on the Work Item, and then we reference the work item on a Pull Request so it is included as a linked item on the build/release.

It would be amazing if this plugin could optionally take the Jira ID from this field instead of only scanning the ChangeSet messages.

Is this something that you would be interested in adding? If not I might take a stab at it.

@b-twis
Copy link
Author

b-twis commented Sep 16, 2021

I found an alternative which is very similar to the current solution.

As part of the Sync we also add the JiraID to the DevOps WorkItem title.

So now I can inspect the Linked WorkItems (same approach as you inspect the changeset) and Regex out the Jira from the beginning of the title.

I am happy to make a fork and PR if you would like to include the ability.

@mwheeler-ep
Copy link
Contributor

If we can make both approaches work then we might be able to incorporate it. Not sure how we would go about testing it but we could give it a go :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants