Skip to content

Add Jira site property to configure max number of returned Jira issues#665

Merged
rantoniuk merged 23 commits intojenkinsci:masterfrom
Hardikrathod01:issue_662_configurable_num_issues
May 30, 2025
Merged

Add Jira site property to configure max number of returned Jira issues#665
rantoniuk merged 23 commits intojenkinsci:masterfrom
Hardikrathod01:issue_662_configurable_num_issues

Conversation

@Hardikrathod01
Copy link
Contributor

@Hardikrathod01 Hardikrathod01 commented May 29, 2025

Fixes #662

Tested on my local Jenkins instance. Have also modified the effected existing test cases.

🚨 Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side) and not your master branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@Hardikrathod01 Hardikrathod01 requested a review from a team as a code owner May 29, 2025 21:58
@rantoniuk rantoniuk changed the title Issue 662 configurable num issues Add Jira site property to configure max number of returned Jira issues May 30, 2025
@rantoniuk
Copy link
Member

Tested on my local Jenkins instance. Have also modified the effected existing test cases.

With which Jira version and hosting have you tested this (self-hosted/cloud)?

@Hardikrathod01
Copy link
Contributor Author

Tested on my local Jenkins instance. Have also modified the effected existing test cases.

With which Jira version and hosting have you tested this (self-hosted/cloud)?

I tested it with jira cloud.

- Removing constructor param from JiraSession
- Add and fix test cases
@Hardikrathod01
Copy link
Contributor Author

Somehow, pipeline is failing with 403 error code when resolving site descriptor artifact.
I believe I have not changed anything related to this.

@rantoniuk
Copy link
Member

LGTM! can you resolve conflicts?

Hardik Rathod added 3 commits May 30, 2025 16:44
…rable_num_issues

# Conflicts:
#	src/test/java/hudson/plugins/jira/JiraReplaceFixVersionByRegExTest.java
@rantoniuk rantoniuk merged commit ac75c47 into jenkinsci:master May 30, 2025
17 checks passed
@rantoniuk
Copy link
Member

Great job, thanks for contribution!

rantoniuk added a commit to rantoniuk/jira-plugin that referenced this pull request Jun 6, 2025
* master: (627 commits)
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release jira-3.17
  fully remove changelist from  maven.config [skip ci]
  revert maven.config change [skip ci]
  fix: remove custom VersionComparator logic
  Bump the jenkins group with 2 updates (jenkinsci#705)
  Add Jira site property to configure max number of returned Jira issues (jenkinsci#665)
  tests: code coverage for VersionCreator
  docs: add info about failing the build when version already exists
  VersionCreator tests and logging fixes
  use Optional for null safety and add a test for null  versions coming from API
  remove prefix from version naming scheme [skip ci]
  Set semver format for incrementals
  Add null check for getFixVersions()
  add pre-commit config [skip ci]
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release jira-3.16
  fix remaining MAX_VALUE instances in the codebase
  Add support for jira issue parameter in pipelines (jenkinsci#652)
  Add support for jira version parameter in pipelines (jenkinsci#651)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurability of number of returned issues

2 participants