How to create attachment in RQM using Rest api(C#.net)?
One answer
Hi MD Sajid,
You can do a post service call on following REST Url to create an attachment -
https://<hostName>:<postNumber>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAreaAlias>/attachment
Please refer to following RQM REST API wiki page for more details -
https://jazz.net/wiki/bin/view/Main/RqmApi#integrationUrl
You can also use RQM URL Utility to create an attachment. Please check -
https://jazz.net/wiki/bin/view/Main/RQMURLUtility#UPLOAD
Hope this helps.
Thanks,
Vijay