Skip to content

Commit

Permalink
Do not send priority to Jira
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Apr 9, 2024
1 parent ccf99a4 commit 3d29792
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dashboard-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>12.3.16-SNAPSHOT</version>
<version>12.3.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dashboard-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>12.3.16-SNAPSHOT</version>
<version>12.3.16</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public JiraClientImpl(ObjectMapper objectMapper, String baseUrl, String username
@SuppressWarnings("unchecked")
public String create(final Action action) {
Map<String, Object> fields = new HashMap<>();
fields.put("priority", ImmutableMap.of("id", "3"));
fields.put("project", ImmutableMap.of("key", projectKey));
fields.put("customfield_" + spCustomField(), action.getSpId());
if (StringUtils.hasText(action.getPersonalMessage())) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>12.3.16-SNAPSHOT</version>
<version>12.3.16</version>
<name>dashboard</name>
<description>OpenConext-Dashboard</description>
<inceptionYear>2012</inceptionYear>
Expand Down

0 comments on commit 3d29792

Please sign in to comment.