Skip to content

Beta - Oct 7th Release

Compare
Choose a tag to compare
@franck-boullier franck-boullier released this 07 Oct 00:49
· 12 commits to master since this release

Improvements:

Allow user creation on the fly with the MEFE create case API.

IF

  • A case is created with the MEFE API
  • The third-party tool that creates the case uses the MEFE user alias instead of the MEFE User Id to create a case
  • The MEFE user alias is a correctly formatted email address

THEN

  • IF
    The Reporter or the Assignee does NOT exist in MEFE
    THEN
    • the Reporter or Assignee is created in Unee-T
    • the Reporter or Assignee is associated with the unit
    • the case is created.
  • ELSE IF
    The Reporter or the Assignee DOES exist in MEFE
    THEN
    • the Reporter or Assignee is associated with the unit
    • the case is created.