arago / OGIT

arago AG "Open Graph of IT" Ontology Hub
MIT License
25 stars 42 forks source link

Ogit : Project Attribute required in ogit/itsm/Ticket. #161

Closed ipeca closed 9 years ago

ipeca commented 9 years ago

ogit_project

I think in ogit/ITSM/Ticket we need an optional attribute ogit/Project.Here we should save the Project id for which the issue belongs to. As shown in the attachment, a company can have many projects. Each project has a number of issues. These issues are mapped to tickets in Graphit. For reverse mapping (From Graphit to the issue ticketing system) we we need to scan through all the issues to find the right project. Eg. "ticket 5" in Graphit has no information about the Project. Currently, to find that ticket 5 belongs to Project 3, we need to scan through all the issues.

This attribute is also necessary since in many (if not all) issue-ticketing systems we have the element of "Product", "Project".

conofre commented 9 years ago

@ipeca optional attribute ogit/project will be added to entity ogit/ITSM/Ticket when executing the changes on the OGIT cleanup, till then please use it as free attribute

Note that Ticket already allows this - see last commit: https://github.com/arago/OGIT/commit/9e4a0826ff33ae4cc7c16e20f70f5ce55e4c619a

conofre commented 9 years ago

Hi Iulian, please close the ticket if no further action is needed, as the needed attribute was already defined in the new incoming changes and you can use it as free attribute meanwhile. Tks.

ipeca commented 9 years ago

Closed.