Skip to content

Commit

Permalink
EPMRPP-88348 || Description is not added to GitLab issue when posting…
Browse files Browse the repository at this point in the history
… it if it contains label (#25)

(cherry picked from commit 97e0754)
  • Loading branch information
Vadim73i authored and IvanKustau committed Apr 11, 2024
1 parent b34febd commit a7131a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected List<PostFormField> invokeCommand(Integration integration, Map<String,
List<PostFormField> result = Lists.newArrayList(
PostFormField.builder().id("title").fieldName("Title").fieldType("string").isRequired(true)
.build(),
PostFormField.builder().id("description").fieldName("Description").fieldType("string")
PostFormField.builder().id("description").fieldName("Description").fieldType("multilineText")
.build(),
PostFormField.builder().id(ISSUE_TYPE).fieldName("Issue type").fieldType("issuetype")
.isRequired(true)
Expand Down

0 comments on commit a7131a8

Please sign in to comment.