small pixel drawing of a pufferfish dotfiles

lil updoots
Jes Olson j3s@c3f.net
Thu, 22 Feb 2024 17:19:32 -0600
commit

ab4abfeb3d61820aa9609005308ce3bab982ee6b

parent

dcb41a22e004cc145fcab66b5ff4f72447a144ba

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M .jira.d/config.yml.jira.d/config.yml

@@ -12,6 +12,7 @@ initiatives: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status != Done AND issuetype = Initiative

epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status NOT IN ("Declined", "Done") AND issuetype = Epic old-epics: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status IN ("Done") AND issuetype = Epic issues: (assignee in membersOf("Machines-Configuration") or "Team[Team]" = 78222cae-690d-4584-975b-9e84aef003f4) AND status != Done + 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) custom-commands: - name: epics
M .profile.profile

@@ -22,6 +22,7 @@ export CHEF_USER_NAME=jolson

export KITCHEN_SSH_GATEWAY_USERNAME=jolson export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" - export JIRA_API_TOKEN="$(pa show jira-api-token)" + export JIRA_USERNAME="jolson@digitalocean.com" + export JIRA_API_TOKEN="$(pa show jira-api-token | head -1)" fi ##