unify JIRA epic collector to v3 API; build: add CONTAINER_CMD/PLATFORM vars for cross-arch builds#8607
Closed
base698 wants to merge 2 commits intoapache:mainfrom
Closed
unify JIRA epic collector to v3 API; build: add CONTAINER_CMD/PLATFORM vars for cross-arch builds#8607base698 wants to merge 2 commits intoapache:mainfrom
base698 wants to merge 2 commits intoapache:mainfrom
Conversation
klesh
reviewed
Oct 11, 2025
Contributor
klesh
left a comment
There was a problem hiding this comment.
Hi, we need to support Jira Server 7, which doesn't support api v3, removing api v2 is not acceptable.
Author
|
Closing in lieu of: #8612 |
Closed
3 tasks
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.
pr-type/bug-fix,pr-type/feature-development, etc.Summary
This PR improves container build flexibility and unifies the JIRA epic collector to use the v3
/search/jqlendpoint exclusively.Key changes:
CONTAINER_CMD(defaults todocker) andPLATFORM(defaults tolinux/amd64) for flexible builds across environments.docker buildcommands to respect$(CONTAINER_CMD)and--platform=$(PLATFORM).-Wno-incompatible-pointer-typesandUSE_BUNDLED_ZLIB=ONto CMake flags for stable cross-compile oflibgit2.make install -jinvocation.api/2/search(Server/DC) collector path.api/3/search/jqlendpoint.nextPageTokenand removes redundant v2/v3 helper functions.Does this close any open issues?
Screenshots
N/A
Other Information
Motivation