Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Jira Issue Extractor
Jira Issue Extractor

Jira Issue Extractor

Attila Hajdu

|
73 installs
| (0) | Free
Tools for handling Jira keys from Git.
Get it free

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft