Skip to content

shark300/VSTSExtension-JiraIssueExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benefits of the Jira Issue Extractor Azure DevOps Marketplace Extension

Jira Key Publishing From Multiple Sources

JiraIssueKeyExtractor task extracts Jira Keys from Pull Request's branch name and commits of the build. The extracted values will be propagated as Jira.Keys variable.

Jira Issue Extractor Azure DevOps Marketplace Extension Details

This extension provides Pull Request's branch name and commits analysis and publishing Jira Keys. IndiviualCI and TfsGit is the only supported way of extraction.

Integration sample for Build Pipeline:

jobs:
  - job: Build

    steps:
      - checkout: self
        clean: true
      - task: JiraIssueKeyExtractor@1
        env:
          SYSTEM_ACCESSTOKEN: $(System.AccessToken)
        condition: eq(variables['Build.Reason'], 'IndividualCI')

VSTSExtension-JiraIssueExtractor CI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages