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

Updated Set-JiraIssue to allow for optional Summary and Description #24

Closed
wants to merge 13 commits into from
Closed

Commits on Mar 18, 2016

  1. Switching to ConvertFrom-Json2

    OOB ConvertFrom-Json implementation does not allow for overriding JSON
    maxlength. Default is easy to exceed with large issue lists.
    
    Change adds a ConvertFrom-Json2 function which allows override of
    maxlength, sets the default to Max(int) and replaces all calls to
    ConvertFrom-Json with ConvertFrom-Json2
    LiamLeane committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    a2f3c9a View commit details
    Browse the repository at this point in the history
  2. Fat fingered before commit

    Added an extra 2 ad the end of the function name, doh.
    LiamLeane committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    3951cf0 View commit details
    Browse the repository at this point in the history
  3. New version of ConvertFrom-Jira2

    A couple of the other functions rely on expanded types so replicating
    expanded types functionality in PS.
    LiamLeane committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    32b6cf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    a564035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de30fc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Update README.md

    replicaJunction committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    989dc3e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    replicaJunction committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    9181f39 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Fixed #21

    Accounted for cases where a user did not supply a Labels parameter.
    replicaJunction committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    9c6187a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from LiamLeane/dev

    Switching to ConvertFrom-Json2
    replicaJunction committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    3047be1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Configuration menu
    Copy the full SHA
    8522dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d469b6f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    bd04483 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. improvements

    lipkau committed May 6, 2016
    Configuration menu
    Copy the full SHA
    ab8f0d8 View commit details
    Browse the repository at this point in the history