Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ServiceDesk api and method for getting organization and adding users to organization #231

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2018

  1. Add method for ServiceDesk (makeServiceDeskUri) and retreive getOrgan…

    …izations, getOrganization, addUsersToOrganization
    Yann Jouanin committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    18b698f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yannj-fr/master

    Add method for ServiceDesk (makeServiceDeskUri) and retreive getOrgan…
    yannj-fr authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    722a7f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Add method getUsersInOrganization from Service desk api

    Yann Jouanin committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e4e997e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from yannj-fr/master

    Add method getUsersInOrganization from Service desk api
    yannj-fr authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b22e8bc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Add method Add Organization

    Yann Jouanin committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    a425641 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. add removeUsersFromOrganization method

    Yann Jouanin committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    ec32196 View commit details
    Browse the repository at this point in the history
  2. add deleteUser method

    Yann Jouanin committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    383cc22 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Add addOrganization route

    willyburgos committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    954db50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from willyburgos/master

    Add addOrganization route
    yannj-fr authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    5ee2bdd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Fix conflict from upstream

    Witbe Root committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fa1ab76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jira-node-master'

    Witbe Root committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e0045d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Add update User method

    Denislb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    72b5360 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Add userkey in query params

    Denislb committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0fa27bb View commit details
    Browse the repository at this point in the history
  2. Add userkey in query params

    Denislb committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4c1d197 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    692ffb3 View commit details
    Browse the repository at this point in the history
  2. Fixed lint errors

    ake committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ae677ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from SouthFluff/master

    Added optional parameters start and limit in getUsersInOrganization
    Denislb authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5daba0a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Added renameOrganization function

    ake committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3ca7271 View commit details
    Browse the repository at this point in the history
  2. Fixed rename function

    ake committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    61b0400 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from SouthFluff/master

    Added a function to allow organization renaming
    Denislb authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    77636cd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Added deleteOrg function

    ake committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    09b6e89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from SouthFluff/master

    Added deleteOrg function
    Denislb authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f73785e View commit details
    Browse the repository at this point in the history