Skip to content

Create close issue event on issue move

Alexandru Croitor requested to merge create_close_issue_event_on_issue_move into master

What does this MR do?

When an issue is being moved to a different project we close issue in current project. Given that issue is being closed we need to track that as a resource_state_event in order to be able to have be relayed accurately on burnup/burndown charts that rely on resource_state_events

example of a moves issue that does not record a closed issue event: #271625 (comment 593253256)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alexandru Croitor

Merge request reports