Files
dotfiles/jira.d/config.yml
2020-01-26 11:31:35 +01:00

13 lines
249 B
Bash
Executable File

#!/bin/sh
echo "endpoint: https://jazzypro.atlassian.net"
echo "user: aleksander.cynarski@jazzy.pro"
echo "authentication-method: api-token"
if [ -f ${PWD}/.jira ]; then
PROJECT=`cat ${PWD}/.jira`
echo "project: $PROJECT"
fi
cat ~/.jira.d/custom