Skip to content

Commit

Permalink
updated default assignee id
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jun 26, 2023
1 parent a2280f5 commit 7d7a81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def __init__(self, settings):
profile = SimpleNamespace()
profile.project_id = "10016" # External Dataset project
profile.issuetype_id = "10024"
profile.assignee_id = "5c708335e1bcdf6294d0c85e" # Liz
profile.assignee_id = "62604faab8be7c006a454e08" # sruthi
profile.reporter_id = "557058:3b14bc92-4371-460c-8b25-b7a44db23e26" # cwu
profile.label = "DATASET"
self.channels.append(
Expand Down

0 comments on commit 7d7a81c

Please sign in to comment.