Skip to content

Commit

Permalink
Update getting-started-with-gitproject-health.md
Browse files Browse the repository at this point in the history
fixing script example
  • Loading branch information
alkalinan authored Oct 17, 2024
1 parent 825414c commit 590368f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,16 @@ glhImporter := GLPHModelImporter new
glhModel: model;
makeGlobal: 'myImporter';
withFiles: false;
withCommitDiffs: false.
withCommitDiffs: false;
yourself.
"setup the JiraAPI"
jpAPI := JiraPharoAPI new endpoint: '<myCompany>.atlassian.net';
basePath: 'rest/api/latest';
beHttps;
user: '<USER-EMAIL-ACCOUNT>';
apiToken: '<YOUR-JIRA-API-TOKEN>'.
apiToken: '<YOUR-JIRA-API-TOKEN>';
yourself.
"setup the Jira Importer"
jpImporter := JiraPharoImporter new
Expand Down

0 comments on commit 590368f

Please sign in to comment.