Book a Demo

Author Topic: Creating Team Review Topics via Script / Addin  (Read 2926 times)

skrauss

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Creating Team Review Topics via Script / Addin
« on: August 31, 2011, 11:54:10 pm »
Is there a way to create entries in Team Review via EA Script or Addin?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Creating Team Review Topics via Script / Addin
« Reply #1 on: September 06, 2011, 04:39:50 pm »
It doesn't seem like this is exposed by the API, so the only way I see it to create it in the database using sql update statements and Repository.Execute()

Geert

skrauss

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Creating Team Review Topics via Script / Addin
« Reply #2 on: September 06, 2011, 04:54:39 pm »
Thank you Geert for your answer.

The project interface would be a good place for the API.
I will create a feature request.