Book a Demo

Author Topic: Script for automated baseline creation?  (Read 5517 times)

miksko

  • EA User
  • **
  • Posts: 68
  • Karma: +4/-0
    • View Profile
Script for automated baseline creation?
« on: January 08, 2024, 09:56:00 pm »
We are using ProCloud and a server-based model. Whenever a requirement analyst decides to raise the version on a package by using the command Update Status, we would like the server to automatically create a baseline for the same package. Preferably on the server and in the background, to not confuse and interfere with the requirement analyst.

It this something that may be scripted?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Script for automated baseline creation?
« Reply #1 on: January 08, 2024, 09:59:45 pm »
There is very little support for automation on the server side.

You can however do something similar on the client side using an add-in.
I don't think you can really attach to the update status statement, so you'll need some kind of workaround to detect when this command has been executed.


Geert

miksko

  • EA User
  • **
  • Posts: 68
  • Karma: +4/-0
    • View Profile
Re: Script for automated baseline creation?
« Reply #2 on: January 09, 2024, 08:32:14 am »
Darn. But thanks for the answer, Geert.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Script for automated baseline creation?
« Reply #3 on: January 09, 2024, 04:33:38 pm »
Darn. But thanks for the answer, Geert.
I wouldn't dismiss the option with the add-in though. That is still a feasible option in my opinion.

Geert