Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-11-04 22:23:46 +0000
committerRyan D. Brooks2015-11-04 22:23:46 +0000
commita18d5e10785e991a817d6a6efd3eb2b7a49694c3 (patch)
tree2b23bf0fc5511e7e24a071af382f47475688960d /plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
parent6f26f40fbdf55904a5025e9366e4cd274cff121c (diff)
downloadorg.eclipse.osee-a18d5e10785e991a817d6a6efd3eb2b7a49694c3.tar.gz
org.eclipse.osee-a18d5e10785e991a817d6a6efd3eb2b7a49694c3.tar.xz
org.eclipse.osee-a18d5e10785e991a817d6a6efd3eb2b7a49694c3.zip
feature[ats_ATS221006]: Add AtsQuery options
Diffstat (limited to 'plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee')
-rw-r--r--plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
index fedb37692b0..3cda9373423 100644
--- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
+++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
@@ -243,6 +243,20 @@ artifactType "Work Package" extends "Artifact" {
attribute "ats.Color Team"
}
+overrides artifactType "User" {
+ inheritAll
+ add attribute "ATS Quick Search"
+}
+
+attributeType "ATS Quick Search" extends StringAttribute {
+ uuid 0x1000555145600FB
+ dataProvider DefaultAttributeDataProvider
+ min 0
+ max unlimited
+ taggerId DefaultAttributeTaggerProvider
+ mediaType "text/plain"
+}
+
artifactType "Task" extends "ats.State Machine" {
uuid 0x000000000000004A
attribute "ats.Related To State"

Back to the top