Book a Demo

Author Topic: Export requirements via webservice  (Read 3534 times)

Buschfunk

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Export requirements via webservice
« on: December 06, 2011, 09:17:44 pm »
Hello,

We have a test management tool which offers an external interface to modify all of its items, i.e. also requirements. This interface is a webservice which can be called by a .NET application.

Is there a possibility to export any requirement defined in EA using such a webservice?

Regards,
Buschfunk

Luis J. Lobo

  • EA User
  • **
  • Posts: 252
  • Karma: +0/-0
  • IT Consultant
    • View Profile
Re: Export requirements via webservice
« Reply #1 on: January 10, 2012, 02:09:08 am »
Yes, you can create your own EA add-in and export EA elements to the external tool.

Import the external webservice in your EA add-in project (usually in VisualStudio) and use the webservice provided interfaces to export the EA elements.

We have sucessfully done with (EA <--> Quality Center) and (EA <--> Atlassian Jira).

Regards,

Luis.
« Last Edit: January 10, 2012, 02:09:44 am by Deiser »