mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-21 11:32:38 +01:00
Add ongoing tasks column mover rule fo wikidata-tech
This commit is contained in:
parent
a358b2d351
commit
801a5c7c98
1 changed files with 16 additions and 1 deletions
|
@ -69,7 +69,22 @@ work = [{'from': ['incoming'],
|
|||
'Prioritized'],
|
||||
'project': 'growthexperiments-mentorship',
|
||||
'to': 'In Progress',
|
||||
'projects': ['growth-team-current-sprint']}
|
||||
'projects': ['growth-team-current-sprint']},
|
||||
{'from': ['Incoming',
|
||||
'Radar',
|
||||
'Other Projects',
|
||||
'[DOT] By Project',
|
||||
'[DOT] Prioritized',
|
||||
'[DOT] Epics + Stalled'
|
||||
'[QT] By Project',
|
||||
'[QT] Prioritized',
|
||||
'[QT] Epics + Stalled'],
|
||||
'project': 'wmde-wikidata-tech',
|
||||
'to': 'Ongoing',
|
||||
'projects': [
|
||||
'wikidata_dev_team_wikidata.org',
|
||||
'wikidata_dev_team_quality_tools',
|
||||
'wikidata_dev_team_sprint']}
|
||||
]
|
||||
for case in work:
|
||||
gen = client.getTasksWithProject(client.lookupPhid('#' + case['project']))
|
||||
|
|
Loading…
Reference in a new issue