Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Merge pull request #101 from axonivy/7.0/feature/XIVY-11089_new_proje…
Browse files Browse the repository at this point in the history
…ct_id_after_move_to_new_jira_env

XIVY-11089 Change projectId or XIVY project after JIRA moved to new env
  • Loading branch information
weissreto authored Apr 24, 2023
2 parents 0adbe5b + 925bf40 commit 3ff472e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class JiraVersion {
public static JiraVersion newXivy(String version) {
JiraVersion v = new JiraVersion();
v.project = "XIVY";
v.projectId = 10019;
v.projectId = 10048;
v.name = version;
return v;
}
Expand Down

0 comments on commit 3ff472e

Please sign in to comment.