You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is documentation on how to setup a custom pull request server. I've done something recently using the same concepts but using a C# Function App to handle the webhooks.
At a high-level:
You define a "Custom Status" in your Branch Policy and give it a name like "jira/work-item". Set this status as required to ensure that all pull requests meet this requirement.
You define a webhook that calls out to your function app.
Your function app receives the details of the pull request in the webhook payload, and you perform your custom logic there. You post a custom status for "jira/work-item" back to your pull request to indicate the outcome of the check.
Hi There,
I want to create an extension for branch policies to check for Jira WorkItem link in description?
Or maybe force adding Jira WorkItem link in another field like what we use for WorkItemID?
any Suggestion? or is it possible at all?
The text was updated successfully, but these errors were encountered: