
๐Search Project Boards
Step 1: Create a new Go project
go mod init your-module-nameStep 2: Install the "go-atlassian" library
go get github.com/ctreminiom/go-atlassianStep 3: Import the required packages
package main
import (
"fmt"
"log"
jira "github.com/ctreminiom/go-atlassian/agile"
)Step 4: Set up Jira Agile API client
Step 5: Extract the boards
Last updated
Was this helpful?