ACN: Add last changes to JIRA analysis tool code.
This commit is contained in:
9
Makefile
9
Makefile
@ -1,5 +1,8 @@
|
||||
PGSQL_CONTAINER_ID=`cat postgres.container.id`
|
||||
|
||||
updatedb: startdb
|
||||
./jira_analysis api-sync https://tegra118.atlassian.net jonathan.bernard@fiserv.com mS5cT0YntfQ6KYT0OWgb6A10
|
||||
|
||||
createdb:
|
||||
docker run \
|
||||
--name postgres-tegra118 \
|
||||
@ -24,3 +27,9 @@ deletedb:
|
||||
|
||||
connect:
|
||||
PGPASSWORD=password psql -p 5500 -U postgres -h localhost tegra118
|
||||
|
||||
update-fields:
|
||||
curl -u 'jonathan.bernard@fiserv.com:mS5cT0YntfQ6KYT0OWgb6A10' 'https://tegra118.atlassian.net/rest/api/3/field' | jq . > fields.json
|
||||
|
||||
update-sample:
|
||||
curl -u 'jonathan.bernard@fiserv.com:mS5cT0YntfQ6KYT0OWgb6A10' 'https://tegra118.atlassian.net/rest/api/3/search?jql=project%20%3D%20"UUP"%20and%20(labels%20is%20empty%20or%20labels%20!%3D%20"Design%26Reqs")%20ORDER%20BY%20key%20ASC&fields=summary,assignee,issuetype,customfield_10014,issuelinks,resolutiondate,status,customfield_10218,resolution,fixVersions,versions,customfield_10001&expand=changelog' | jq . > all-issues-filtered-fields.json
|
||||
|
Reference in New Issue
Block a user