Skip to content

devops-wiz/terraform-provider-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Terraform Provider for Jira

A Terraform provider for managing Jira resources using the go-atlassian library.

Go Report Card License: MPL 2.0 CodeQL Version and Release

Requirements

Installation

Terraform Registry (Recommended)

The provider is available on the Terraform Registry.

terraform {
  required_providers {
    jira = {
      source  = "devops-wiz/jira"
      version = "~> 1.0"
    }
  }
}

provider "jira" {
  # Configuration options
}

Local Build

  1. Clone the repository
  2. Build the provider using go build -o terraform-provider-jira
  3. Move the binary to the appropriate Terraform plugin directory

Contributing

Please read our CONTRIBUTING.md for environment setup, build, lint, test, and docs workflows. We standardize on Go 1.24.x (go.mod toolchain set to 1.24.3). Optional local hooks are available via pre-commit.

Community and Security:

We welcome PRs! Keep changes focused, include tests where possible, and update docs as needed. See CONTRIBUTING for acceptance test guidance.

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.

Acknowledgements

About

Terraform Provider for Atlassian Jira Cloud

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 6