Skip to content

Fix creating labels for Jira import

Jarka Košanová requested to merge fix-jira-labels into master

What does this MR do?

We introduced importing labels as proper labels for Jira import (instead of appending them to description which we did before).

I, however, apparently committed one change to another branch and didn't notice it is missing from the original MR. Therefore labeling issues is now broken.

The problem is that we can't assign label attributes to an object we want to create when using bulk_import and we need to create label links separately. This MR fixes that.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Yorick Peterse

Merge request reports