my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

lil updoots

+3 -1
+1
.jira.d/config.yml
··· 12 12 epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status NOT IN ("Declined", "Done") AND issuetype = Epic 13 13 old-epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status IN ("Done") AND issuetype = Epic 14 14 issues: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status != Done 15 + 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) 15 16 16 17 custom-commands: 17 18 - name: epics
+2 -1
.profile
··· 22 22 export KITCHEN_SSH_GATEWAY_USERNAME=jolson 23 23 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 24 24 export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" 25 - export JIRA_API_TOKEN="$(pa show jira-api-token)" 25 + export JIRA_USERNAME="jolson@digitalocean.com" 26 + export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)" 26 27 fi 27 28 ##