Skip to content

Commit

Permalink
Merge pull request #160 from RWS/159-get-ishtypefielddefinition-to-su…
Browse files Browse the repository at this point in the history
…pport-new-type-ishproject

#159 IshTypeFieldSetup - Adding type ISHProject + levels "project" an…
  • Loading branch information
OlegTokar authored Jul 24, 2023
2 parents 48f9d07 + f0c2b5c commit 663fb42
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Source/ISHRemote/Trisoft.ISHRemote/Objects/Enumerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ public enum Level
[StringValue("annotation")]
Annotation = 500,
[StringValue("reply")]
Reply = 510
Reply = 510,
[StringValue("project")]
Project = 600,
[StringValue("assignee")]
Assignee = 610
}

/// <summary>
Expand Down Expand Up @@ -353,7 +357,11 @@ public enum ISHType
/// <summary>
/// Annotations
/// </summary>
ISHAnnotation
ISHAnnotation,
/// <summary>
/// Projects
/// </summary>
ISHProject
}


Expand Down

0 comments on commit 663fb42

Please sign in to comment.