-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Commits on Mar 18, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for a2f3c9a - Browse repository at this point
Copy the full SHA a2f3c9aView commit details -
Added an extra 2 ad the end of the function name, doh.
Configuration menu - View commit details
-
Copy full SHA for 3951cf0 - Browse repository at this point
Copy the full SHA 3951cf0View commit details -
New version of ConvertFrom-Jira2
A couple of the other functions rely on expanded types so replicating expanded types functionality in PS.
Configuration menu - View commit details
-
Copy full SHA for 32b6cf9 - Browse repository at this point
Copy the full SHA 32b6cf9View commit details
Commits on Apr 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a564035 - Browse repository at this point
Copy the full SHA a564035View commit details -
Configuration menu - View commit details
-
Copy full SHA for de30fc6 - Browse repository at this point
Copy the full SHA de30fc6View commit details
Commits on Apr 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 989dc3e - Browse repository at this point
Copy the full SHA 989dc3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9181f39 - Browse repository at this point
Copy the full SHA 9181f39View commit details
Commits on Apr 13, 2016
-
Accounted for cases where a user did not supply a Labels parameter.
Configuration menu - View commit details
-
Copy full SHA for 9c6187a - Browse repository at this point
Copy the full SHA 9c6187aView commit details -
Merge pull request #23 from LiamLeane/dev
Switching to ConvertFrom-Json2
Configuration menu - View commit details
-
Copy full SHA for 3047be1 - Browse repository at this point
Copy the full SHA 3047be1View commit details
Commits on May 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8522dbf - Browse repository at this point
Copy the full SHA 8522dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d469b6f - Browse repository at this point
Copy the full SHA d469b6fView commit details
Commits on May 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bd04483 - Browse repository at this point
Copy the full SHA bd04483View commit details
Commits on May 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ab8f0d8 - Browse repository at this point
Copy the full SHA ab8f0d8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.