Skip to content

colindembovsky/az-create-work-item

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

az-create-work-item

Build and Test

Usage

See action.yml

Create a Work Item in Azure DevOps:

steps:
- uses: colindembovsky/az-create-work-item@v1.0.0
  with:
    token: ${{ secrets.AZDO_TOKEN }}
    orgName: myorg
    project: myproject
    type: User Story
    title: Work item from run ${{ github.run_number }}
    description: Created from Actions!
    # optional inputs
    #iterationPath: 'myproject\Iteration 1'
    #areaPath: 'myproject\Area51'

Token

This Action uses the Azure DevOps REST API to create the work item. Authentication is performed via Personal Access Token (PAT).

We recommend storing the PAT as a secret in the repo.

Note: The only permission that the PAT requires is Work Item (Read and Write). In general, generate least-privelege tokens!

License

The scripts and documentation in this project are released under the MIT License

About

Action to create a work item in Azure Boards

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •