Jagruti Tiwari
Jagruti Tiwari
The `infra-reports` already returns jira users: https://github.com/jenkins-infra/infra-reports/blob/main/jira-users-report/user-report.sh It invokes this API: https://issues.jenkins.io/rest/api/2/group/member?groupname=jira-users But I am not able to find any documentation on this API. I was wondering if I can...
This dashboard: https://issues.jenkins.io/secure/Dashboard.jspa Does display all JIRA issues with their count. I was hoping to fetch the total in my project.
I can use this documentation: https://developer.atlassian.com/server/jira/platform/rest-apis/ With the following syntax? `http://host:port/context/rest/api-name/api-version/resource-name` The `http://host:port/context/` in our case would be `https://issues.jenkins.io/`?
Is this a beginner-friendly issue?
Could you tell me a beginner-friendly issue in this repository?
> I think we have to go further to describe the API more deeply (on the response side). Do you mean adding response description as give in this documentation: https://fastapi.tiangolo.com/advanced/additional-responses/#additional-response-with-model?...
I have tested this PR using `mvn clean install`. All the test cases in [CliGitAPIImplTest.java](https://github.com/Jagrutiti/git-client-plugin/blob/62b403af0498464046822c41f9bde39066fbeb92/src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIImplTest.java) pass. How shall I write a test case of my own? I mean how do...
> Thanks very much for the pull request. The two cases seem reasonable at first glance. The automated tests that you'll create should help confirm that they are sufficient to...
> I've included the issue description in the pull request description because it helps reviewers to have the issue described clearly in the pull request, without requiring that they open...
I was not able to fix the test case for `jgit` and `jgitapache`. I know the test executes this part of the code. https://github.com/jenkinsci/git-client-plugin/blob/31ecb75f53a9b222d0145b774572a87714dd5403/src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java#L1547-L1565