Skip to content

Avoid using issue_type in parent links

Jan Provaznik requested to merge jp-issuable_type into master

What does this MR do and why?

Makes error message when linking work items more generic.

  • parent links can now be created also between different types (objective can be parent of key result), so it's not safe to assume that child's type is same as parent's type
  • this stops using issue's issue_type which we want to eventually remove

Related to #338005 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports