Skip to content

Fixes the default issue type id

Savas Vedova requested to merge fix-jira-issue-creation into master

What does this MR do?

This super tiny MR fixes the a property default state mismatch which caused the jira issue types to break. By providing the parent property with a default empty string ('') we were overriding the default property of the child property. This MR fixes that inconsistency.

Screenshots (strongly suggested)

before after
jira-issues fixed-jira-issues-types

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Merge request reports