Skip to content

Team assignments for active plans getting revoked #1069

@Rkareko

Description

@Rkareko

There have been reports on dsme channel concerning active plans that have there team assignments revoked.

This is the list of active plans with revoked team assignments

ef7c0827-6850-5699-b983-f6aebcf09423
d1fbdbdb-fa2e-5d67-92d5-49a26736e34c
34836c0d-66b8-5b74-971d-fe4de5e330fe
123dc0e8-6155-502b-9b6f-6685ae9127f7
c3734b31-36ae-511f-a4af-1a1c03ee95e4
ec8b8768-736d-571a-823c-d999125450b2
f9188a0d-e88e-48d6-8e7a-736d13eb4160
eaa14984-bdc6-4270-b4eb-ea1e83e9c2e4
148f5dfe-3796-429d-825b-f7691fa272e6

Here is a sample of team assignments for 2 plans

select * from  team.organization_location where plan_id in (select id from core.plan where identifier = '34836c0d-66b8-5b74-971d-fe4de5e330fe');
   id   | organization_id | location_id | plan_id | from_date  |  to_date   |        duration         
--------+-----------------+-------------+---------+------------+------------+-------------------------
 524378 |             198 |       19533 |    9449 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
 524379 |             243 |       19533 |    9449 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
 524380 |              67 |       19533 |    9449 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
 524416 |             167 |       19533 |    9449 | 2021-12-09 | 2026-12-10 | [2021-12-09,2026-12-11)
 524553 |             191 |       19533 |    9449 | 2021-12-09 | 2026-12-10 | [2021-12-09,2026-12-11)


select * from team.organization_location where plan_id in (select id from core.plan where identifier = 'd1fbdbdb-fa2e-5d67-92d5-49a26736e34c');
id | organization_id | location_id | plan_id | from_date | to_date | duration
--------+-----------------+-------------+---------+------------+------------+-------------------------
524381 | 198 | 18814 | 9448 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
524382 | 243 | 18814 | 9448 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
524383 | 67 | 18814 | 9448 | 2021-12-10 | 2021-12-31 | [2021-12-10,2021-12-31)
524566 | 191 | 18814 | 9448 | 2021-12-09 | 2026-12-10 | [2021-12-09,2026-12-11)
524574 | 167 | 18814 | 9448 | 2021-12-09 | 2026-12-10 | [2021-12-09,2026-12-11)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions