Skip to content

Commit

Permalink
#159 IshTypeFieldSetup - Adding type ISHProject + levels "project" an…
Browse files Browse the repository at this point in the history
…d "assignee"
  • Loading branch information
OlegTokar committed Jul 20, 2023
1 parent 48f9d07 commit f0c2b5c
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 f0c2b5c

Please sign in to comment.