forked from github/plane
chore: updated old and new value in issue archival (#1500)
This commit is contained in:
parent
1403a536c1
commit
5773ff2afd
@ -570,6 +570,8 @@ def track_archive_in(
|
||||
verb="updated",
|
||||
actor=actor,
|
||||
field="archvied_at",
|
||||
old_value="archive",
|
||||
new_value="restore",
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -67,6 +67,8 @@ def archive_old_issues():
|
||||
project=project,
|
||||
workspace=project.workspace,
|
||||
comment="Plane archived the issue",
|
||||
new_value="archive",
|
||||
old_value=""
|
||||
)
|
||||
for issue in issues_to_update
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user