Skip to content

Instantly share code, notes, and snippets.

View tryrobbo's full-sized avatar

Thomas Robinson tryrobbo

View GitHub Profile
[{"description":"API key for authentication","key_name":"api_key","name":"API Key"}]
Executing: /usr/local/Cellar/atlassian-plugin-sdk/6.2.4/libexec/apache-maven-3.2.1/bin/mvn com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.2.3:debug -gs /usr/local/Cellar/atlassian-plugin-sdk/6.2.4/libexec/apache-maven-3.2.1/conf/settings.xml
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.adaptavist.confluence:kss-customisations:atlassian-plugin:0.4.3-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 133, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:433)
at org.json.JSONObject.<init>(JSONObject.java:183)
at org.json.JSONObject.<init>(JSONObject.java:309)
at com.duosecurity.seraph.filter.DuoAuthFilter.preauthWithRetries(DuoAuthFilter.java:106)
at com.duosecurity.seraph.filter.DuoAuthFilter.doFilter(DuoAuthFilter.java:207)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:239)
@tryrobbo
tryrobbo / -
Created October 28, 2015 13:08
this is a test
@tryrobbo
tryrobbo / -
Created October 17, 2015 08:53
hi there
https://gist.github.com/tryrobbo/50d7bf5bffe71077f2fc
Thomass-MacBook-Air-Adaptavist:~ thomasrobinson$ ssh -vvv trobinson@bsdf-dev509.dyn.adaptavist.com>gist|pbcopy
OpenSSH_6.9p1, LibreSSL 2.1.7
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: /etc/ssh/ssh_config line 102: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to bsdf-dev509.dyn.adaptavist.com [52.19.115.224] port 22.
debug1: Connection established.
debug1: identity file /Users/thomasrobinson/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
@tryrobbo
tryrobbo / -
Created September 16, 2015 14:41
test
@tryrobbo
tryrobbo / -
Last active August 29, 2015 14:27
test update
@tryrobbo
tryrobbo / SwitchAssigneeToLineManager
Last active January 15, 2018 20:10
Time Tracking and Switch Assignee to Line Manager
import com.atlassian.jira.ComponentManager
import com.atlassian.jira.user.DelegatingApplicationUser
def componentManager = ComponentManager.getInstance()
def DelegatingApplicationUser LineManager = issue.getCustomFieldValue(componentManager.getCustomFieldManager().getCustomFieldObjectByName("Line Manager"))
issue.assigneeId = LineManager.getKey()