Perl or shell Script for reference is needed to gather process role, members and team area from RTC/RQM
Perl or shell Script for reference is needed to gather process role, members and team area from RTC/RQM.
Hi,
I have one Perl script which retrieve info from RTC/RQM and draft mail to user.
Information retrieved is Project area, team area and members but I need to edit script for process role.
Script is too complicated that's why I am planning for any new script.
RTC-3.0.0.2
Kindly let me know if you any perl or shell script for such issues.
Thanks for your support.
Accepted answer
Actually, I stand corrected. While there is no official (i.e. immutable) API yet, there IS a perl consumable API extending the OSLC bits for doing just what was asked for: retrieving membership, role assignment and setting it, too. I have not had the time to try it but the Perl bits are mentioned in article 1086 on jazz.net while the Team Process REST API is documented in the wiki.
Please share any results you have with this.
- Arne
Please share any results you have with this.
- Arne
3 other answers
Raj,
this entry in Ralph Schoons blog contains description and sample code for accessing project area members and roles via script. Does this provide what you need?
If this answers your question please mark this post as accepted.
- Arne
this entry in Ralph Schoons blog contains description and sample code for accessing project area members and roles via script. Does this provide what you need?
If this answers your question please mark this post as accepted.
- Arne
Your code seems to be ok but I am not Java professional.
I am looking forward for perl script, as my code is in perl.
Thanks for your support.
Comments
Raj,
Sam is right, the OSLC API does not yet provide access to team membership and roles. You would need this for direct calls from (Perl) scripts via e.g. cURL. Would it be an option for you to use and call the java code from Perl to get at the information?
- Arne