This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"description":"API key for authentication","key_name":"api_key","name":"API Key"}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this is a test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hi there |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/tryrobbo/50d7bf5bffe71077f2fc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() |