Add Jira site property to configure max number of returned Jira issues#665
Merged
rantoniuk merged 23 commits intojenkinsci:masterfrom May 30, 2025
Hardikrathod01:issue_662_configurable_num_issues
Merged
Add Jira site property to configure max number of returned Jira issues#665rantoniuk merged 23 commits intojenkinsci:masterfrom Hardikrathod01:issue_662_configurable_num_issues
rantoniuk merged 23 commits intojenkinsci:masterfrom
Hardikrathod01:issue_662_configurable_num_issues
Conversation
rantoniuk
requested changes
May 30, 2025
Member
With which Jira version and hosting have you tested this (self-hosted/cloud)? |
Contributor
Author
I tested it with jira cloud. |
- Removing constructor param from JiraSession - Add and fix test cases
rantoniuk
reviewed
May 30, 2025
added 2 commits
May 30, 2025 13:20
rantoniuk
requested changes
May 30, 2025
added 6 commits
May 30, 2025 13:41
rantoniuk
reviewed
May 30, 2025
src/test/resources/hudson/plugins/jira/oldJiraProjectProperty.xml
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Somehow, pipeline is failing with 403 error code when resolving site descriptor artifact. |
Member
|
LGTM! can you resolve conflicts? |
added 3 commits
May 30, 2025 16:44
…rable_num_issues # Conflicts: # src/test/java/hudson/plugins/jira/JiraReplaceFixVersionByRegExTest.java
rantoniuk
reviewed
May 30, 2025
rantoniuk
reviewed
May 30, 2025
rantoniuk
reviewed
May 30, 2025
rantoniuk
reviewed
May 30, 2025
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) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.