ALM automation
is there any python code for automation of calibration IT ticket creation using ALM rest API |
2 answers
Ralph Schoon (63.4k●3●36●46)
| answered Sep 25 '23, 10:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I show some Python code in some blog posts. Here is code to create a work item: https://rsjazz.wordpress.com/2022/02/02/ewm-work-item-oslc-cm-api/
The other linked blog posts talk about authentication etc.
|
Ralph Schoon (63.4k●3●36●46)
| answered Sep 25 '23, 10:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I show some Python code in some blog posts. Here is code to create a work item: https://rsjazz.wordpress.com/2022/02/02/ewm-work-item-oslc-cm-api/
The other linked blog posts talk about authentication etc.
Comments
Narendra Kumar Ramesh
commented Sep 26 '23, 12:05 a.m.
But i need some detailed code from scratch because this is the first time i am working with automation and rest APIs. So i need the source code from start like from authentication,etc
Narendra Kumar Ramesh
commented Sep 26 '23, 12:11 a.m.
how we work on ALM is we will have some ALM query and after running that query we will get an excel which contains some information about the tasks or work item. we should modify that downloaded excel by adding some extra column that are need to create the work item and re upload the modified the excel to ALM to create the work item. Before the above process has been done manually. Now it is automated using python. As a second step i need some inputs on rest API to automate the above defined thing in ALM Sorry, I do not have the time to make the code open source. There are other projects out there. Maybe have a look at https://github.com/IBM/ELM-Python-Client Other tooling based on the Java APIS can be found here: https://github.com/jazz-community/work-item-command-line |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.