Skip to content

Missing error handling for /epic quick action

What does this MR do?

Resolves: #13809 (closed)

Add execution messages to epic quick actions to inform the user any of the following scenarios

  • Epic doesn't exist
  • Epic relation already exists
  • They don't have permission to execute the action.
Action Checks Error Message
/epic Epic exists and current user can read epic that is being linked to issue Screenshot_2019-09-26_at_13.20.54
/parent_epic Parent epic exists, is not already the parent epic and current user can read this parent epic Screenshot_2019-09-26_at_13.21.54
/child_epic Child epic exists, is not already a child epic and current user can read this child epic Screenshot_2019-09-26_at_13.22.18

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Eugenia Grieff

Merge request reports