Remove redundant provide/inject value for projectImportJiraPath

What does this MR do and why?

Remove redundant provide/inject value for projectImportJiraPath

  • Since !215209 (merged) is merged, projectImportJiraPath is not provided from server-side anymore but being fetched from graphQL and hence it is async operation.
  • Usage projectImportJiraPath: this.projectImportJiraPath, will override null for projectImportJiraPath for it's child components. Hence it is needed to be computed
  • But we don't need projectImportJiraPath property to be provided as it is being provided from work_item_metadata_provider which is top level parent.

References

Relates to https://gitlab.com/gitlab-org/quality/test-failure-issues/-/work_items/19626

Screenshots or screen recordings

Before After
Screenshot_2025-12-11_at_11.49.51_AM Screenshot_2025-12-11_at_11.49.29_AM

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vedant Jain

Merge request reports

Loading