···1212 epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status NOT IN ("Declined", "Done") AND issuetype = Epic
1313 old-epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status IN ("Done") AND issuetype = Epic
1414 issues: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status != Done
1515+ 2024q1c1: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status = Done AND (status changed to Done after 2024-01-11 AND status changed to Done before 2024-02-18)
15161617custom-commands:
1718 - name: epics
+2-1
.profile
···2222 export KITCHEN_SSH_GATEWAY_USERNAME=jolson
2323 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)"
2424 export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)"
2525- export JIRA_API_TOKEN="$(pa show jira-api-token)"
2525+ export JIRA_USERNAME="jolson@digitalocean.com"
2626+ export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)"
2627fi
2728##