MiamiOH / foreman_teamdynamix

A Foreman Plugin for TeamDynamix
GNU General Public License v3.0
1 stars 1 forks source link

Show TD fields and link to same Asset in TD #4

Closed edestecd closed 6 years ago

nipendar commented 6 years ago

please validate

edestecd commented 6 years ago

I think we want to show these fields initially: Owner Parent Asset mu.ci.Description Ticket Routing Details Asset ID

edestecd commented 6 years ago

However the fields shown should be read in from a configurable yaml file.

nipendar commented 6 years ago

@edestecd These are the four Owner related attributes of an Asset: "OwningCustomerID": UUID, "OwningCustomerName": "a person's name", "OwningDepartmentID": Integer_Dept_ID, "OwningDepartmentName": Dept_Name

Any of these can be configured via yaml as: 'Owner': OwningDepartmentID

nipendar commented 6 years ago

mostly done. estimate 2 hours of work, if there are only minor changes post PR review

edestecd commented 6 years ago

Resolved via #18