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 Request: Update Assigned To From Other Value in Item #138

Open
MoMack20 opened this issue Feb 12, 2024 · 0 comments
Open

Feature Request: Update Assigned To From Other Value in Item #138

MoMack20 opened this issue Feb 12, 2024 · 0 comments

Comments

@MoMack20
Copy link

MoMack20 commented Feb 12, 2024

On our tickets we have an assigned "QA" that is in a custom field. I want to be able to update the assigned value to that custom field (or any fields I guess) if that field is not empty. It doesn't seem like it would be too difficult to add when looking at the code, but I don't have a clue on how to get started testing changes to Azure Dev Ops extensions.

Adding something like this

if (fieldValue?.startsWith("/fields/")) {
	fieldValue = workItem.fields[fieldValue.replace("/fields/", "")];
}

To here
image

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

1 participant