block-open-source / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block-open-source.github.io/goose/
Apache License 2.0
73 stars 12 forks source link

feat: jira toolkit #59

Closed michaelneale closed 2 weeks ago

michaelneale commented 2 weeks ago

To try this out:

add this to your ~/.config/goose/profiles.yaml

jira:
  provider: openai
  processor: gpt-4o
  accelerator: gpt-4o-mini
  moderator: truncate
  toolkits:
  - name: developer
    requires: {}
  - name: jira
    requires: {}      
  - name: github
    requires: {}   

Then run uv run goose session start --profile jira from this branch.

This will give you a goose shell and you can tell it what dir you want to operate in, ask questions, mention JIRA things and see how it goes for you.

and you can ask it about backlogs, issues, even to look for issues it can work on and more.