Book a Demo

Author Topic: Project management task/issue element.  (Read 4098 times)

registered

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Project management task/issue element.
« on: November 03, 2016, 05:38:02 am »
I'm trying to develop addin for enterprise architect to integrate it with team issue tracker.
So far I didn't get: what is the analogy to issue or task in EA?
How do i create such thing?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Project management task/issue element.
« Reply #1 on: November 03, 2016, 06:47:50 am »
EA has some internal tables for tasks and issues. You can create them with Repository.Issues and .Tasks. Both are collections you can handle in the usual EA-way. However, I would recommend to not use them and instead create individual Task/Issue elements with a MDG that can be linked to other elements.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Project management task/issue element.
« Reply #2 on: November 03, 2016, 09:08:35 am »
There are also built-in task and issue elements that you can use. If you want to extend them with additional information, then implement a profile to add the necessary tags.