Page MenuHomePhabricator
Paste P7190

current-deployment-blockers
ActivePublic

Authored by mmodell on May 30 2018, 8:30 PM.
Tags
None
Referenced Files
F18620418: current-deployment-blockers
May 30 2018, 8:30 PM
Subscribers
None
#!/bin/bash
## requires jq and arcanist in your path
## outputs the task id for the current deployment blocker task in phabricator (to stdout)
echo -n T
echo '{"queryKey": "GTbIUdDaMLqV", "limit": 1 }' | arc call-conduit --conduit-uri https://phabricator.wikimedia.org/ maniphest.search | jq -r ".response.data|.[0]|.id
#,(.fields|.[\"custom.release.version\"]|.)"