dongjoon-hyun opened a new pull request, #684: URL: https://github.com/apache/spark-kubernetes-operator/pull/684
### What changes were proposed in this pull request? This PR aims to add `dev/spark_jira_utils.py` by extracting the JIRA-related helpers out of `dev/create_jira_and_branch.py`, mirroring Apache Spark's [dev/spark_jira_utils.py](https://github.com/apache/spark/blob/master/dev/spark_jira_utils.py). `dev/create_jira_and_branch.py` is updated to import from this module and passes `"Kubernetes"` as the component. ### Why are the changes needed? To keep the script aligned with Apache Spark's `dev/spark_jira_utils.py` structure and to allow reuse of the JIRA helpers from future dev scripts in this repository. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual test. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
