Commit 14985e5
committed
ORC-2115: Improve
### What changes were proposed in this pull request?
This PR aims to improve `create_orc_jira.py` to support the component parameter.
### Why are the changes needed?
To help a developer to create JIRA issues more easily.
### How was this patch tested?
Manually.
```
$ dev/create_orc_jira.py -c 'Java' 'Improve `create_orc_jira.py` to support the component parameter'
Creating JIRA issue with title: Improve `create_orc_jira.py` to support the component parameter
Created JIRA issue: ORC-2115
git checkout -b ORC-2115
Switched to a new branch 'ORC-2115'
Created and checked out branch: ORC-2115
['git', 'commit', '-a', '-m', 'ORC-2115: Improve `create_orc_jira.py` to support the component parameter']
Created a commit with message: ORC-2115: Improve `create_orc_jira.py` to support the component parameter
```
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2563 from dongjoon-hyun/ORC-2115.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>create_orc_jira.py to support the component parameter1 parent cb15ed5 commit 14985e5
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
127 | | - | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
0 commit comments