[JIRA] [jira-plugin] (JENKINS-31301) Jira Plugin - Rest Client add comment failures

215 views
Skip to first unread message

jlawsonb@gmail.com (JIRA)

unread,
Oct 29, 2015, 2:09:01 PM10/29/15
to jenkinsc...@googlegroups.com
J. Lawson created an issue
 
Jenkins / Bug JENKINS-31301
Jira Plugin - Rest Client add comment failures
Issue Type: Bug Bug
Assignee: Unassigned
Components: jira-plugin
Created: 29/Oct/15 6:08 PM
Environment: Jenkins - v1.635
OS - Ubuntu OS 14.04
JDK - v1.7.0_67
Jira Plugin - v2.0.3
Jira - Cloud Hosted v7.0.0
Priority: Minor Minor
Reporter: J. Lawson

I am receiving the below error for any comment updates on Jira tickets but I do have connectivity to Jira (pulling back ticket descriptions, hyperlinking works, etc) and I can't tell if this is an JIRA API bug or not. The issue is similar to https://issues.jenkins-ci.org/browse/JENKINS-31134 but is not a role issue as near as I can tell and in fact the account in use has near full permissions.

Oct 29, 2015 6:07:21 PM WARNING hudson.plugins.jira.JiraRestService addComment

jira rest client add comment error. cause: RestClientException

{statusCode=Optional.of(301), errorCollections=[]}
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 5, 2015, 4:17:01 PM11/5/15
to jenkinsc...@googlegroups.com
Radek Antoniuk commented on Bug JENKINS-31301
 
Re: Jira Plugin - Rest Client add comment failures

So... what do you mean by JIRA Cloud Hosted? It can be either Cloud or Hosted
In case you are using hosted version, 301 is redirection, is this possible that you have something doing 301 redirection?
As far as the privileges are concerned, you can try checking with JIRA Permission Checker.

jlawsonb@gmail.com (JIRA)

unread,
Nov 10, 2015, 1:17:01 AM11/10/15
to jenkinsc...@googlegroups.com

Sorry, I always use that phrase since I also deal with on-prem. Cloud based (not on prem) is what I am working with and trying to connect to. I'm not familiar with JIRA Permission Checker but we did run a test with permissions set to admin level just to make sure we didn't have anything missing and I received the same result.

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 12, 2015, 6:52:01 AM11/12/15
to jenkinsc...@googlegroups.com
Radek Antoniuk updated an issue
 
Change By: Radek Antoniuk
Environment: Jenkins - v1.635
OS - Ubuntu OS 14.04
JDK - v1.7.0_67
Jira Plugin -  v2.0.3
Jira
 -  Cloud  Hosted  v7.0.0

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 13, 2015, 11:21:01 AM11/13/15
to jenkinsc...@googlegroups.com
Radek Antoniuk commented on Bug JENKINS-31301
 
Re: Jira Plugin - Rest Client add comment failures

I'm assuming you are talking about the "Update relevant issues" step. I've just tested with v7.0.0#70107-sha1:6cd5e8d JIRA and it worked for me..
As I don't have JIRA Cloud, could you try manually posting the comment using curl below and paste the output?

curl -v 'http://localhost:8080/rest/api/2/issue/SOFT-1/comment' -X POST -d '{ "body": "This is a test."}' -u admin:admin -H 'X-Atlassian-Token: nocheck' -H 'Content-Type: application/json'

See here about Permission Helper.

jlawsonb@gmail.com (JIRA)

unread,
Nov 19, 2015, 1:21:04 PM11/19/15
to jenkinsc...@googlegroups.com

Shown with curl command:

$ curl -v 'https://synegen.atlassian.net/rest/api/2/issue/SYN-123/comment' -X POST -d '{ "body": "This is a test."}' -u syn-build:-------- -H 'X-Atlassian-Token: nocheck' -H 'Content-Type: application/json'
*   Trying 165.254.226.241...
* Connected to synegen.atlassian.net (165.254.226.241) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /opt/local/share/curl/curl-ca-bundle.crt
  CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* NPN, negotiated HTTP1.1
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Unknown (67):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server did not agree to a protocol
* Server certificate:
* 	 subject: C=US; ST=California; L=San Francisco; O=Atlassian Network Services, Inc.; CN=*.atlassian.net
* 	 start date: 2014-09-09 00:00:00 GMT
* 	 expire date: 2017-11-15 12:00:00 GMT
* 	 subjectAltName: synegen.atlassian.net matched
* 	 issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* 	 SSL certificate verify ok.
* Server auth using Basic with user 'syn-build'
> POST /rest/api/2/issue/SYN-123/comment HTTP/1.1
> Host: synegen.atlassian.net
> Authorization: Basic c3luLWJ1aWxkOjhVaWxkX1N5czczTQ==
> User-Agent: curl/7.44.0
> Accept: */*
> X-Atlassian-Token: nocheck
> Content-Type: application/json
> Content-Length: 28
> 
* upload completely sent off: 28 out of 28 bytes
< HTTP/1.1 201 Created
< Server: nginx
< Date: Thu, 19 Nov 2015 17:37:05 GMT
< Content-Type: application/json;charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-AREQUESTID: 697x31786x1
< X-ASEN: SEN-2400273
< X-Seraph-LoginReason: OUT
< X-Seraph-LoginReason: OK
< X-ASESSIONID: 1khqdct
< X-AUSERNAME: syn-build
< X-ATENANT-ID: synegen.atlassian.net
< Location: https://synegen.atlassian.net/rest/api/2/issue/31242/comment/58446
< Cache-Control: no-cache, no-store, no-transform
< X-Content-Type-Options: nosniff
< Set-Cookie: JSESSIONID=2E364B469EE67A204DBB05C0A732E748; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=izzRV8i3SUIBReg9RTp7vw00; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly
< Set-Cookie: atlassian.xsrf.token=BAX7-Y3AQ-YYYT-69II|e9eda31d2daeb05d6bf5bff891f347a81baf7fe6|lin; Path=/; Secure
< Strict-Transport-Security: max-age=315360000;includeSubDomains
< 
* Connection #0 to host synegen.atlassian.net left intact
{"self":"https://synegen.atlassian.net/rest/api/2/issue/31242/comment/58446","id":"58446","author":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"body":"This is a test.","updateAuthor":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"created":"2015-11-19T11:37:05.707-0600","updated":"2015-11-19T11:37:05.707-0600"}
$ 

jlawsonb@gmail.com (JIRA)

unread,
Nov 19, 2015, 1:24:03 PM11/19/15
to jenkinsc...@googlegroups.com
J. Lawson edited a comment on Bug JENKINS-31301
Shown with curl command:

{code:java}
$  {code}
 

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 20, 2015, 8:06:01 AM11/20/15
to jenkinsc...@googlegroups.com

curl -v should show connection headers and I don't see them here, also you can use {code} for code formatting or just attach a text file.
Obviously you can remove the lines with Authentication.This is what I am seeing:

$ curl -v 'https://synegen.atlassian.net/rest/api/2/issue/SYN-123/comment' -X POST -d '{ "body": "This is a test."}' -u admin:admin -H 'X-Atlassian-Token: nocheck' -H 'Content-Type: application/json'
* Hostname was NOT found in DNS cache
*   Trying 165.254.226.241...
* Connected to synegen.atlassian.net (165.254.226.241) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* 	 subject: C=US; ST=California; L=San Francisco; O=Atlassian Network Services, Inc.; CN=*.atlassian.net
* 	 start date: 2014-09-09 00:00:00 GMT
* 	 expire date: 2017-11-15 12:00:00 GMT
* 	 subjectAltName: synegen.atlassian.net matched
* 	 issuer: C=US; O=DigiCert Inc; OU=www.digicert.com
; CN=DigiCert SHA2 High Assurance Server CA
* 	 SSL certificate verify ok.
* Server auth using Basic with user 'admin'
> POST /rest/api/2/issue/SYN-123/comment HTTP/1.1
> Authorization: Basic YWRtaW46YWRtaW4=
> User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
> Host: synegen.atlassian.net
> Accept: */*
> Referer: 
> X-Atlassian-Token: nocheck
> Content-Type: application/json
> Content-Length: 28
> 
* upload completely sent off: 28 out of 28 bytes
< HTTP/1.1 401 Unauthorized
* Server nginx is not blacklisted
< Server: nginx
< Date: Fri, 20 Nov 2015 13:02:58 GMT
< Content-Type: text/html;charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-AREQUESTID: 422x37052x1
< X-ASEN: SEN-2400273
< X-Seraph-LoginReason: OUT
< X-Seraph-LoginReason: AUTHENTICATED_FAILED
< X-Seraph-LoginReason: AUTHENTICATED_FAILED
< WWW-Authenticate: OAuth realm="https%3A%2F%2Fsynegen.atlassian.net"
< X-ASESSIONID: 10w46rw
< X-Content-Type-Options: nosniff
< Set-Cookie: JSESSIONID=4319B388732910ADA095CC6DFDB955D7; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< 

.... html content....

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 20, 2015, 8:27:02 AM11/20/15
to jenkinsc...@googlegroups.com
Radek Antoniuk edited a comment on Bug JENKINS-31301
curl -v should show connection headers and I don't see them here, also you can use \{code\}  for code formatting or just attach a text file.
Obviously you can remove the lines with Authentication.This is what I am seeing:
{code}
{code}

Also, just curious, what works? You said hyperlinking does, but that is just fetching data from JIRA, do any things that actually do changes in JIRA work? 

jlawsonb@gmail.com (JIRA)

unread,
Nov 23, 2015, 6:21:02 PM11/23/15
to jenkinsc...@googlegroups.com

With headers this time, I'm used to stripping that out. Other functionality that is working only includes fetching data no modifications.

* Hostname was NOT found in DNS cache
*   Trying 165.254.226.241...
* Connected to synegen.atlassian.net
 (165.254.226.241) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* 	 subject: C=US; ST=California; L=San Francisco; O=Atlassian Network Services, Inc.; CN=*.atlassian.net
* 	 start date: 2014-09-09 00:00:00 GMT
* 	 expire date: 2017-11-15 12:00:00 GMT
* 	 subjectAltName: synegen.atlassian.net matched
* 	 issuer: C=US; O=DigiCert Inc; OU=www.digicert.com
; CN=DigiCert SHA2 High Assurance Server CA
* 	 SSL certificate verify ok.
* Server auth using Basic with user 'syn-build'
> POST /rest/api/2/issue/SYN-123/comment HTTP/1.1
> Authorization: Basic ----
> User-Agent: curl/7.35.0
> Host: synegen.atlassian.net
> Accept: */*
> X-Atlassian-Token: nocheck
> Content-Type: application/json
> Content-Length: 28
> 
* upload completely sent off: 28 out of 28 bytes
< HTTP/1.1 201 Created
* Server nginx is not blacklisted
< Server: nginx
< Date: Mon, 23 Nov 2015 23:12:00 GMT
< Content-Type: application/json;charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-AREQUESTID: 1032x13764x1
< X-ASEN: SEN-2400273
< X-Seraph-LoginReason: OUT
< X-Seraph-LoginReason: OK
< X-ASESSIONID: ----
< X-AUSERNAME: syn-build
< X-ATENANT-ID: synegen.atlassian.net
< Location: https://synegen.atlassian.net/rest/api/2/issue/31242/comment/58529
< Cache-Control: no-cache, no-store, no-transform
< X-Content-Type-Options: nosniff
< Set-Cookie: JSESSIONID=-----------; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
< Set-Cookie: studio.crowd.tokenkey=------------; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly
< Set-Cookie: atlassian.xsrf.token=------------; Path=/; Secure
< Strict-Transport-Security: max-age=315360000;includeSubDomains
< 
{"self":"https://synegen.atlassian.net/rest/api/2/issue/31242/comment/58529","id":"58529","author":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"sup...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"body":"This is a test.","updateAuthor":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"sup...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarI* Connection #0 to host synegen.atlassian.net left intact
d=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"created":"2015-11-23T17:12:00.539-0600","updated":"2015-11-23T17:12:00.539-0600"}

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 24, 2015, 6:53:01 PM11/24/15
to jenkinsc...@googlegroups.com

That's what I thought - regarding idempotent methods. Let try to see what the plugin is actually sending/receiving.
Please configure additional logger in Jenkins and add the following loggers with level ALL:

  • hudson.plugins.jira
  • org.apache.http.impl.client
  • org.apache.http.wire
    You should be able to see the full request send/received from JIRA then.

jlawsonb@gmail.com (JIRA)

unread,
Nov 30, 2015, 3:59:02 PM11/30/15
to jenkinsc...@googlegroups.com

This is what was reported in the custom logger but seems a bit light on details?

Nov 30, 2015 8:26:44 PM FINE hudson.plugins.jira.JiraChangeLogAnnotator
Using issue pattern: ([a-zA-Z][a-zA-Z0-9_]+-[1-9][0-9]*)([^.]|\.[^0-9]|\.$|$)
Nov 30, 2015 8:26:44 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate
No known JIRA project corresponding to id: 'ASA-1052'
Nov 30, 2015 8:27:11 PM FINE hudson.plugins.jira.Updater
Looking for JIRA ID in ASA-1052 fixed bad ant ref

I also repeated the curl command but with the JIRA ID used above just in case and was successful.

jlawsonb@gmail.com (JIRA)

unread,
Nov 30, 2015, 5:00:14 PM11/30/15
to jenkinsc...@googlegroups.com

Uh, not sure what's happened but a second test with level set to FINE and with a different project is showing more info AND appears to be working. I'm going to run through a few more tests

Nov 30, 2015 9:09:41 PM FINE hudson.plugins.jira.Updater
Looking for JIRA ID in ACE-160 updated header field for Date Req'd
Nov 30, 2015 9:09:41 PM INFO hudson.plugins.jira.JiraSite createSession
creating Jira Session: https://synegen.atlassian.net/
Nov 30, 2015 9:09:41 PM FINE hudson.plugins.jira.JiraSession
Fetching remote project key list from https://synegen.atlassian.net/
Nov 30, 2015 9:09:41 PM FINEST org.apache.http.impl.client.cache.CacheableRequestPolicy isServableFromCache
Request was serveable from cache
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient recordCacheMiss
Cache miss [host: https://synegen.atlassian.net; uri: https://synegen.atlassian.net/rest/api/latest/project]
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient callBackend
Calling the backend
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "GET /rest/api/latest/project HTTP/1.1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Authorization: Basic ------------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Accept: application/json[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Via: 1.1 localhost (Apache-HttpClient/4.2.5 (cache))[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Host: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "User-Agent: Atlassian HttpClient 0.13.2 / Atlassian JIRA Rest Java Client-unknown (0) / Default[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Server: nginx[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Date: Mon, 30 Nov 2015 21:09:41 GMT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Content-Type: application/json;charset=UTF-8[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Transfer-Encoding: chunked[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Connection: keep-alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Vary: Accept-Encoding[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AREQUESTID: 909x6718x1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASEN: SEN-2400273[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OUT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASESSIONID: xr6akv[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AUSERNAME: syn-build[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ATENANT-ID: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Cache-Control: no-cache, no-store, no-transform[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: JSESSIONID=------------; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=------------; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: atlassian.xsrf.token=------------; Path=/; Secure[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Strict-Transport-Security: max-age=315360000;includeSubDomains[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "3ca2[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11900","id":"11900","key":"SPIR","name":"312Spirits","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11900&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11900&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11900&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11900&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13600","id":"13600","key":"DD","name":"3D Destinations","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13600&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13600&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13600&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13600&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13300","id":"13300","key":"ACT","name":"Act-On","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13300&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13300&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13300&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13300&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14602","id":"14602","key":"AETN","name":"AETN","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14602&avatarId=12301","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14602&avatarId=12301","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14602&avatarId=12301","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14602&avatarId=12301"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/10900","id":"10900","key":"AG","name":"AG-ECOM","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=10900&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=10900&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=10900&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=10900&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12502","id":"12502","key":"AGSFDC","name":"AG-SFDC","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12502&avatarId=11715","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12502&avatarId=11715","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12502&avatarId=11715","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12502&avatarId=11715"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11712","id":"11712","key":"ALLICU","name":"Alliant Credit Union","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11712&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11712&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11712&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11712&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13101","id":"13101","key":"ACE","name":"American Council on Exercise","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13101&avatarId=11701","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13101&avatarId=11701","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13101&avatarId=11701","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13101&avatarId=11701"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12300","id":"12300","key":"ASA","name":"American Society of Anesthesiologists","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12300&avatarId=11401","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12300&avatarId=11401","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12300&avatarId=11401","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12300&avatarId=11401"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15000","id":"15000","key":"AT","name":"American Taxi","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15000&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15000&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15000&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?si" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "ze=medium&pid=15000&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14401","id":"14401","key":"ASCD","name":"ASCD","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14401&avatarId=12102","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14401&avatarId=12102","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14401&avatarId=12102","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14401&avatarId=12102"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13400","id":"13400","key":"ATD","name":"ATD","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13400&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13400&avat" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "arId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13400&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13400&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14601","id":"14601","key":"BEL","name":"Belly","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14601&avatarId=12300","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14601&avatarId=12300","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14601&avatarId=12300","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14601&avatarId=12300"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11709","id":"11709","key":"BRAD","name":"Bradley","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11709&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11709&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11709&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11709&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15900","id":"15900","key":"CAP","name":"Capella University","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15900&avatarId=13100","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15900&avatarId=13100","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15900&avatarId=13100","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15900&avatarId=13100"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14900","id":"14900","key":"CSCLEAN","name":"CE SFDC Cleanup ","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14900&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14900&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14900&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14900&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12200","id":"12200","key":"CE","name":"CE Shop","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12200&avatarId=11702","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12200&avatarId=11702","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12200&avatarId=11702","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12200&avatarId=11702"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13900","id":"13900","key":"CSL","name":"CE Shop - Live","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13900&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13900&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13900&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13900&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12400","id":"12400","key":"CESPT","name":"CE Shop Support","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12400&avatarId=11703","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12400&avatarId=11703","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12400&avatarId=11703","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12400&avatarId=11703"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15800","id":"15800","key":"CSP","name":"CEShop SFDC Phase 2","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11202","id":"11202","key":"CHEM","name":"Chemeketa","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11202&avatarId=10801","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11202&avatarId=10801","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11202&avatarId=10801","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11202&avatarId=10801"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11710","id":"11710","key":"CYY","name":"Chicago Yacht Yard","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11710&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11710&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11710&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11710&avatarId=10011"}

,"projectCategory":

{"se" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "lf":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","descrip[\r][\n]" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "adc8[\r][\n]" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "tion":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12800","id":"12800","key":"CESHOP","name":"Client: The CE Shop","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12800&avatarId=11704","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12800&avatarId=11704","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12800&avatarId=11704","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12800&avatarId=11704"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10000","id":"10000","name":"Client Project","description":"A project that has been created for the client to access."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11802","id":"11802","key":"CRAN","name":"CraneComposites","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11802&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11802&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11802&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11802&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13601","id":"13601","key":"CEQ","name":"Crown Equipment","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13601&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13601&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13601&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13601&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11701","id":"11701","key":"ENVISRX","name":"EnvisionRx","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11701&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11701&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11701&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11701&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11500","id":"11500","key":"ETS","name":"ETS ","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11500&avatarId=11706","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11500&avatarId=11706","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11500&avatarId=11706","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11500&avatarId=11706"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15500","id":"15500","key":"EW","name":"ETS WorkFORCE","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15500&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15500&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15500&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15500&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11707","id":"11707","key":"FMA","name":"FMA","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11707&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11707&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11707&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11707&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11700","id":"11700","key":"GCG","name":"GCG","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11700&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11700&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11700&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11700&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14800","id":"14800","key":"GMHC","name":"Gray Machinery (Happy CNC)","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14800&avatarId=12500","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14800&avatarId=12500","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14800&avatarId=12500","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14800&avatarId=12500"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11100","id":"11100","key":"HAREX","name":"Harvest Extension","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11100&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11100&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11100&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11100&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14100","id":"14100","key":"HIL","name":"Hillyard","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14100&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14100&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14100&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/pro" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "jectavatar?size=medium&pid=14100&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,pro"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "jectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12000","id":"12000","key":"IHHP","name":"IHHP","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12000&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12000&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12000&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12000&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12203","id":"12203","key":"IN","name":"Informed","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12203&avatarId=11300","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12203&avatarId=11300","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12203&avatarId=11300","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12203&avatarId=11300"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12900","id":"12900","key":"ID","name":"Informed - Directus","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12900&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12900&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12900&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12900&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15600","id":"15600","key":"INFDOC","name":"Informed Doc","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15700","id":"15700","key":"INC","name":"Intellicon","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11703","id":"11703","key":"IOP","name":"IOP","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11703&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11703&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11703&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11703&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/10300","id":"10300","key":"JIRA","name":"JIRA","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=10300&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=10300&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=10300&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=10300&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13000","id":"13000","key":"JLL","name":"JLL","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13000&avatarId=11709","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13000&avatarId=11709","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13000&avatarId=11709","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13000&avatarId=11709"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15300","id":"15300","key":"K12","name":"K12 Teachers Alliance","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15300&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15300&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15300&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15300&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/16102","id":"16102","key":"MCP","name":"Manna Capital Partners","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12700","id":"12700","key":"MA","name":"Marketing Activities","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12700&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12700&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12700&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12700&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"descri"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "ption,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11704","id":"11704","key":"MAT","name":"Mattersight","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11704&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11704&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11704&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11704&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11801","id":"11801","key":"MECU","name":"MECU","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11801&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11801&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11801&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11801&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11711","id":"11711","key":"METALT","name":"MetalTech","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11711&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11711&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11711&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11711&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11702","id":"11702","key":"NANIA","name":"Nania","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11702&avatarId=11710","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11702&avatarId=11710","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11702&avatarId=11710","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11702&avatarId=11710"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11902","id":"11902","key":"NH","name":"New Horizons","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11902&avatarId=11202","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11902&avatarId=11202","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11902&avatarId=11202","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11902&avatarId=11202"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13701","id":"13701","key":"NUT","name":"Nutrislice","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13701&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13701&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13701&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13701&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15501","id":"15501","key":"NWTC","name":"NWTC","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15501&avatarId=12900","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15501&avatarId=12900","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15501&avatarId=12900","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15501&avatarId=12900"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14400","id":"14400","key":"OS","name":"Oakland Schools","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14400&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14400&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14400&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14400&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11901","id":"11901","key":"OCC","name":"OCC","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11901&avatarId=11713","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11901&avatarId=11713","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11901&avatarId=11713","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11901&avatarId=11713"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15100","id":"15100","key":"OSH","name":"Oshkosh","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15100&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15100&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15100&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15100&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13102","id":"13102","key":"PLZ","name":"PLZ","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13102&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13102&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13102&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13102&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14300","id":"14300","key":"RRE","name":"Resurrecting Real Estate","avatarUrls":

{"48x48":"https://synegen.atlassian.n" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "et/secure/projectavatar?pid=14300&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14300&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14300&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14300&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11705","id":"11705","key":"REVELG","name":"Revel Group","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11705&avatarId=11712","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11705&avatarId=11712","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11705&avatarId=11712","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11705&avatarId=11712"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15400","id":"15400","key":"GP","name":"Rock Gate Partners","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15400&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15400&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15400&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15400&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14200","id":"14200","key":"RCG","name":"Rosenthal Collins Group","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14200&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14200&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14200&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14200&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11200","id":"11200","key":"RAI","name":"Rutgers","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11200&avatarId=10700","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11200&avatarId=10700","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11200&avatarId=10700","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11200&avatarId=10700"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13501","id":"13501","key":"SPL","name":"Safeguard Properties LMS","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13501&avatarId=11800","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13501&avatarId=11800","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13501&avatarId=11800","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13501&avatarId=11800"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14700","id":"14700","key":"SAF","name":"Safeway","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14700&avatarId=12400","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14700&avatarId=12400","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14700&avatarId=12400","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14700&avatarId=12400"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11708","id":"11708","key":"SEDAG","name":"SEDA Group","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11708&avatarId=10300","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11708&avatarId=10300","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11708&avatarId=10300","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11708&avatarId=10300"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11713","id":"11713","key":"SFDCDEMO","name":"SFDC Demo","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11713&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11713&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11713&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11713&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11400","id":"11400","key":"SFDCIN","name":"SFDC-Internal","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11400&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11400&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11400&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11400&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14301","id":"14301","key":"SELT","name":"Shift Employment Law Training","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14301&avatarId=12601","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14301&avatarId=12601","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14301&avatarId=12601","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14301&avatarId=12601"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/16000","id":"16000","key":"SC","name":"Shorehill Capital","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/16100","id":"16100","key":"SIL","name":"SilverPeak","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/pr" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "ojectavatar?avatarId=13003","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&avatarId=13003","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&avatarId=13003","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&avatarId=13003"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11605","id":"11605","key":"TEM","name":"Synegen","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11605&avatarId=11102","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11605&avatarId=11102","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11605&avatarId=11102","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11605&avatarId=11102"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13700","id":"13700","key":"SL","name":"Synegen Labs","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13700&avatarId=11900","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13700&avatarId=11900","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13700&avatarId=11900","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13700&avatarId=11900"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11401","id":"11401","key":"SYN","name":"Synegen-Internal","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11401&avatarId=12302","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11401&avatarId=12302","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11401&avatarId=12302","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11401&avatarId=12302"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11800","id":"11800","key":"SYNWEB","name":"SynegenWebsite","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11800&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11800&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11800&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11800&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10102","id":"10102","name":"Active Project - Internal","description":"Active Synegen Projects"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11706","id":"11706","key":"TNTP","name":"TNTP","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11706&avatarId=11714","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11706&avatarId=11714","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11706&avatarId=11714","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11706&avatarId=11714"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/11300","id":"11300","key":"TM","name":"Totara Mini-Projects","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=11300&avatarId=10900","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=11300&avatarId=10900","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=11300&avatarId=10900","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=11300&avatarId=10900"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14000","id":"14000","key":"TI","name":"TREK - IVG","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14000&avatarId=10009","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14000&avatarId=10009","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14000&avatarId=10009","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14000&avatarId=10009"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/15200","id":"15200","key":"UB","name":"United Bank","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=15200&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=15200&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=15200&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=15200&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12600","id":"12600","key":"UWEX","name":"University of Wisconsin EX","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12600&avatarId=11708","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12600&avatarId=11708","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12600&avatarId=11708","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12600&avatarId=11708"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12500","id":"12500","key":"UWIT","name":"University of Wisconsin IT","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12500&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12500&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12500&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12500&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14500","id":"14500","key":"UWNURSE","name":"UW Nursing","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14500&avatarId=12200","24x24":"https" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "://synegen.atlassian.net/secure/projectavatar?size=small&pid=14500&avatarId=12200","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14500&avatarId=12200","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14500&avatarId=12200"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/12202","id":"12202","key":"VAL","name":"Valence Health","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=12202&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=12202&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=12202&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=12202&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10100","id":"10100","name":"Completed","description":"These projects have been completed and are considered archived."}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13800","id":"13800","key":"VHT","name":"VHT Studios","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13800&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13800&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13800&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13800&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/14302","id":"14302","key":"DESK","name":"Welcome to Service Desk","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=14302&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=14302&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=14302&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=14302&avatarId=10011"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/16101","id":"16101","key":"WPS","name":"WELLSPRING PHARMACEUTICALS SERVICES","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=16101&avatarId=13200","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=16101&avatarId=13200","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=16101&avatarId=13200","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=16101&avatarId=13200"}

,"projectTypeKey":"software"},{"expand":"description,lead,url,projectKeys","self":"https://synegen.atlassian.net/rest/api/2/project/13200","id":"13200","key":"YWCA","name":"YWCA","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13200&avatarId=10011","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13200&avatarId=10011","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13200&avatarId=10011","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13200&avatarId=10011"}

,"projectCategory":

{"self":"https://synegen.atlassian.net/rest/api/latest/projectCategory/10101","id":"10101","name":"Active Project","description":"This category contains the current active project roster."}

,"projectTypeKey":"software"}][\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "0[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient handleBackendResponse
Handling Backend response
Nov 30, 2015 9:09:41 PM FINE hudson.plugins.jira.JiraSession
Project list=[SPL, CHEM, UWNURSE, AGSFDC, RRE, SFDCIN, IHHP, JLL, SYN, OCC, MAT, REVELG, NANIA, ID, DD, CSL, MA, INFDOC, RCG, CAP, RAI, AT, INC, BRAD, HIL, JIRA, CSP, IN, WPS, ENVISRX, CESHOP, EW, SIL, SEDAG, MCP, SAF, UB, MECU, VAL, NH, SFDCDEMO, AG, GMHC, CESPT, ASCD, OSH, UWIT, AETN, NWTC, ACT, UWEX, ALLICU, TI, TM, TEM, ACE, CYY, NUT, ETS, CRAN, ASA, VHT, SC, SYNWEB, ATD, METALT, SL, OS, SELT, SPIR, HAREX, FMA, GCG, IOP, CEQ, CE, YWCA, GP, TNTP, K12, PLZ, CSCLEAN, BEL, DESK]
Nov 30, 2015 9:09:41 PM FINEST org.apache.http.impl.client.cache.CacheableRequestPolicy isServableFromCache
Request was serveable from cache
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient recordCacheMiss
Cache miss [host: https://synegen.atlassian.net; uri: https://synegen.atlassian.net/rest/api/latest/issue/ACE-160?expand=schema,names,transitions]
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient callBackend
Calling the backend
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "GET /rest/api/latest/issue/ACE-160?expand=schema,names,transitions HTTP/1.1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Authorization: Basic --------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Accept: application/json[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Via: 1.1 localhost (Apache-HttpClient/4.2.5 (cache))[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Host: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "User-Agent: Atlassian HttpClient 0.13.2 / Atlassian JIRA Rest Java Client-unknown (0) / Default[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie: JSESSIONID=-------

; atlassian.xsrf.token= ------ ; studio.crowd.tokenkey= -------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie2: $Version=1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Server: nginx[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Date: Mon, 30 Nov 2015 21:09:41 GMT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Content-Type: application/json;charset=UTF-8[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Transfer-Encoding: chunked[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Connection: keep-alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Vary: Accept-Encoding[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AREQUESTID: 909x6719x1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASESSIONID: xr6akv[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASEN: SEN-2400273[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OUT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AUSERNAME: syn-build[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ATENANT-ID: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Cache-Control: no-cache, no-store, no-transform[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=--------; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: JSESSIONID=6231B973AD47119BAEC3DE2504E8F9DE; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Strict-Transport-Security: max-age=315360000;includeSubDomains[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "3d15[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "{"expand":"renderedFields,names,schema,transitions,operations,editmeta,changelog,versionedRepresentations","id":"31313","self":"https://synegen.atlassian.net/rest/api/latest/issue/31313","key":"ACE-160","fields":{"issuetype": {"self":"https://synegen.atlassian.net/rest/api/2/issuetype/10001","id":"10001","description":"A user story captures the business requirements and guides the individual technical stories.","iconUrl":"https://synegen.atlassian.net/images/icons/issuetypes/requirement.png","name":"User_Story","subtask":false}

,"timespent":null,"project":{"self":"https://synegen.atlassian.net/rest/api/2/project/13101","id":"13101","key":"ACE","name":"American Council on Exercise","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/projectavatar?pid=13101&avatarId=11701","24x24":"https://synegen.atlassian.net/secure/projectavatar?size=small&pid=13101&avatarId=11701","16x16":"https://synegen.atlassian.net/secure/projectavatar?size=xsmall&pid=13101&avatarId=11701","32x32":"https://synegen.atlassian.net/secure/projectavatar?size=medium&pid=13101&avatarId=11701"}

,"projectCategory":{"self":"https://synegen.atlassian.net/rest/api/2/projectCategory/10101","id":"10101","description":"This category contains the current active project roster.","name":"Active Project"}},"customfield_11000":"0|i023y4:","fixVersions":[],"customfield_11200":null,"aggregatetimespent":null,"resolution":null,"customfield_11401":null,"customfield_11400":null,"customfield_10104":null,"customfield_10105":null,"customfield_10106":null,"customfield_10700":null,"customfield_10107":"Not started","customfield_10901":null,"customfield_10902":null,"resolutiondate":null,"customfield_10903":null,"workratio":-1,"lastViewed":null,"watches":

{"self":"https://synegen.atlassian.net/rest/api/2/issue/ACE-160/watchers","watchCount":1,"isWatching":false}

,"created":"2015-11-23T17:02:48.776-0600","customfield_10100":null,"priority":

{"self":"https://synegen.atlassian.net/rest/api/2/priority/3","iconUrl":"https://synegen.atlassian.net/images/icons/priorities/major.svg","name":"Major","id":"3"}

,"customfield_10101":null,"customfield_10300":null,"customfield_10102":null,"labels":[],"customfield_10103":null,"timeestimate":null,"aggregatetimeoriginalestimate":null,"versions":[],"issuelinks":[],"assignee":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=john.lawson","name":"john.lawson","key":"john.lawson","emailAddress":"john....@synegen.com","avatarUrls":

{"48x48":"https://synegen.atlassian.net/secure/useravatar?ownerId=john.lawson&avatarId=12801","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&ownerId=john.lawson&avatarId=12801","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&ownerId=john.lawson&avatarId=12801","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&ownerId=john.lawson&avatarId=12801"}

,"displayName":"John Lawson","active":true,"timeZone":"America/Chicago"},"updated":"2015-11-23T17:27:22.140-0600","status":{"self":"https://synegen.atlassian.net/rest/api/2/status/3","description":"This issue is being actively worked on at the moment by the assignee.","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/inprogress.png","name":"In Progress","id":"3","statusCategory":{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/4","id":4,"key":"indeterminate","colorName":"yellow","name":"In Progress"}},"components":[

{"self":"https://synegen.atlassian.net/rest/api/2/component/14309","id":"14309","name":"Face to Face","description":"Functionality is related to the Face to Face Totara activity"}

],"timeoriginalestimate":null,"description":"Make the following changes-\r\n\r\nChange Cancel Date column to User Cancelled on -> Date user cancelled\r\nChange Date Req'd to Rebooking Session Date -> Session start date\r\n\r\nCan drop the Full name column if there are space issues fitting the new column names in.","customfield_11100":null,"customfield_11300":null,"customfield_11301":null,"timetracking":{},"customfield_10600":null,"customfield_10006":"9223372036854775807","customfield_10007":["com.atlassian.greenhopper.service.sprint.Sprint@1b36297[id=386,rapidViewId=73,state=ACTIVE,name=F2f 12-4,startDate=2015-11-23T17:04:42.576-06:00,endDate=2015-12-04T17:04:00.000-06:00,completeDate=<null>,sequence=386]"],"customfield_10008":null,"attachment":[],"customfield_10009":null,"aggregatetimeestimate":null,"summary":"Changes to F2f customizations","creator":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=joe.gange","name":"joe.gange","key":"joe.gange","emailAddress":"Joe....@synegen.com","avatarUrls":

,"displayName":"Joe Gange","active":true,"timeZone":"America/Chicago"},"subtasks":[],"reporter":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=joe.gange","name":"joe.gange","key":"joe.gange","emailAddress":"Joe....@synegen.com","avatarUrls":

,"displayName":"Joe Gange","active":true,"timeZone":"America/Chicago"},"customfield_10000":null,"aggregateprogress":

{"progress":0,"total":0}

,"customfield_10001":null,"customfield_10200":null,"customfield_10002":null,"customfield_10201":null,"customfield_10003":null,"customfield_10400":null,"customfield_10004":null,"environment":null,"customfield_11801":null,"customfield_11800":null,"customfield_11602":null,"duedate":null,"progress":

{"progress":0,"total":0}

,"comment":

{"startAt":0,"maxResults":0,"total":0,"comments":[]}

,"votes":

{"self":"https://synegen.atlassian.net/rest/api/2/issue/ACE-160/votes","votes":0,"hasVoted":false}

,"worklog":{"startAt":0,"maxResults":20,"total":0,"worklogs":[]}},"names":

{"issuetype":"Issue Type","timespent":"Time Spent","project":"Project","customfield_11000":"Rank","fixVersions":"Fix Version/s","customfield_11200":"Proof of Delivery","aggregatetimespent":"[0xffffffce][0xffffffa3] Time Spent","resolution":"Resolution","customfield_11401":"Severity","customfield_11400":"SFDC-Sandbox-AppLink Case Reference","customfield_10104":"JIRA Capture Screen Resolution","customfield_10105":"JIRA Capture jQuery Version","customfield_10106":"JIRA Capture Document Mode","customfield_10700":"Solution Design","customfield_10107":"Testing Status","customfield_10901":"SOW Estimate","customfield_10902":"SOW Notes","resolutiondate":"Resolved","customfield_10903":"Time Spent","workratio":"Work Ratio","lastViewed":"Last Viewed","watches":"Watchers","created":"Created","customfield_10100":"JIRA Capture User Agent","priority":"Priority","customfield_10101":"JIRA Capture Browser","customfield_10300":"Release Version History","customfield_10102":"JIRA Capture Operating System","labels":"Labels","customfield_10103":"JIRA Capture URL","timeestimate":"Remaining Estimate","aggregatetimeori" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "ginalestimate":"[0xffffffce][0xffffffa3] Original Estimate","versions":"Affects Version/s","issuelinks":"Linked Issues","assignee":"Assignee","updated":"Updated","status":"Status","components":"Component/s","timeoriginalestimate":"Original Estimate","description":"Description","customfield_11100":"Team","customfield_11300":"Account","customfield_11301":"tempo-planning-api.allocation.custom-field.name","timetracking":"Time Tracking","customfield_10600":"Rank in Sprint","customfield_10006":"Rank (Obsolete)","customfield_10007":"Sprint","customfield_10008":"Test Sessions","attachment":"Attachment","customfield_10009":"Raised During","aggregatetimeestimate":"[0xffffffce][0xffffffa3] Remaining Estimate","summary":"Summary","creator":"Creator","subtasks":"Sub-Tasks","reporter":"Reporter","customfield_10000":"[CHART] Time in Status","aggregateprogress":"[0xffffffce][0xffffffa3] Progress","customfield_10001":"[CHART" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "] Date of First Response","customfield_10200":"External issue ID","customfield_10002":"Flagged","customfield_10201":"Anticipated Start Date","customfield_10003":"Epic/Theme","customfield_10400":"Epic Link","customfield_10004":"Story Points","environment":"Environment","customfield_11801":"Planned Demo Date","customfield_11800":"Demonstration and Delivery Status","customfield_11602":"Severity","duedate":"Due Date","progress":"Progress","comment":"Comment","votes":"Votes","worklog":"Log Work"}

,"schema":{"issuetype":

{"type":"issuetype","system":"issuetype"}

,"timespent":

{"type":"number","system":"timespent"}

,"project":

{"type":"project","system":"project"}

,"customfield_11000":

{"type":"any","custom":"com.pyxis.greenhopper.jira:gh-lexo-rank","customId":11000}

,"fixVersions":

{"type":"array","items":"version","system":"fixVersions"}

,"customfield_11200":

{"type":"string","custom":"com.atlassian.jira.plugin.system.customfieldtypes:textfield","customId":11200}

,"aggregatetimespent":

{"type":"number","system":"aggregatetimespent"}

,"resolution":

{"type":"resolution","system":"resolution"}

,"customfield_11401":

{"type":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:select","customId":11401}

,"customfield_11400":

{"type":"any","custom":"net.customware.plugins.connector.atlassian.jira-connector-plugin:remotesystem-id-customfield","customId":11400}

,"customfield_10104":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10104}

,"customfield_10105":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10105}

,"customfield_10106":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10106}

,"customfield_10700":

{"type":"string","custom":"com.atlassian.jira.plugin.system.customfieldtypes:textarea","customId":10700}

,"customfield_10107":

{"type":"any","custom":"com.atlassian.bonfire.plugin:bonfire-testing-status-cft","customId":10107}

,"customfield_10901":

{"type":"number","custom":"com.atlassian.jira.plugin.system.customfieldtypes:float","customId":10901}

,"customfield_10902":

{"type":"string","custom":"com.atlassian.jira.plugin.system.customfieldtypes:textarea","customId":10902}

,"resolutiondate":

{"type":"datetime","system":"resolutiondate"}

,"customfield_10903":

{"type":"number","custom":"com.atlassian.jira.plugin.system.customfieldtypes:float","customId":10903}

,"workratio":

{"type":"number","system":"workratio"}

,"lastViewed":

{"type":"datetime","system":"lastViewed"}

,"watches":

{"type":"watches","system":"watches"}

,"created":

{"type":"datetime","system":"created"}

,"customfield_10100":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10100}

,"priority":

{"type":"priority","system":"priority"}

,"customfield_10101":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10101}

,"customfield_10300":

{"type":"version","custom":"com.pyxis.greenhopper.jira:greenhopper-releasedmultiversionhistory","customId":10300}

,"customfield_10102":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10102}

,"labels":

{"type":"array","items":"string","system":"labels"}

,"customfield_10103":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-text","customId":10103}

,"timeestimate":

{"type":"number","system":"timeestimate"}

,"aggregatetimeoriginalestimate":

{"type":"number","system":"aggregatetimeoriginalestimate"}

,"versions":

{"type":"array","items":"version","system":"versions"}

,"issuelinks":

{"type":"array","items":"issuelinks","system":"issuelinks"}

,"assignee":

{"type":"user","system":"assignee"}

,"updated":

{"type":"datetime","system":"updated"}

,"status":

{"type":"status","system":"status"}

,"components":

{"type":"array","items":"component","system":"components"}

,"timeoriginalestimate":

{"type":"number","system":"timeoriginalestimate"}

,"description":

{"type":"string","system":"description"}

,"customfield_11100":

{"type":"string","custom":"com.tempoplugin.tempo-teams:team.customfield","customId":11100}

,"customfield_11300":

{"type":"account","custom":"com.tempoplugin.tempo-accounts:accounts.customfield","customId":11300}

,"customfield_11301":

{"type":"string","custom":"com.tempoplugin.tempo-plan-core:tp.iteration.customfield","customId":11301}

,"timetracking":

{"type":"timetracking","system":"timetracking"}

,"customfield_10600":

{"type":"number","custom":"com.atlassian.jira.plugin.system.customfieldtypes:float","customId":10600}

,"customfield_10006":

{"type":"any","custom":"com.pyxis.greenhopper.jira:gh-global-rank","customId":10006}

,"customfield_10007":

{"type":"array","items":"string","custom":"com.pyxis.greenhopper.jira:gh-sprint","customId":10007}

,"customfield_10008":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-multi-session-cft","customId":10008}

,"attachment":

{"type":"array","items":"attachment","system":"attachment"}

,"customfield_10009":

{"type":"string","custom":"com.atlassian.bonfire.plugin:bonfire-session-cft","customId":10009}

,"aggregatetimeestimate":

{"type":"number","system":"aggregatetimeestimate"}

,"summary":

{"type":"string","system":"summary"}

,"creator":

{"type":"user","system":"creator"}

,"subtasks":

{"type":"array","items":"issuelinks","system":"subtasks"}

,"reporter":

{"type":"user","system":"reporter"}

,"customfield_10000":

{"type":"any","custom":"com.atlassian.jira.ext.charting:timeinstatus","customId":10000}

,"aggregateprogress":

{"type":"progress","system":"aggregateprogress"}

,"customfield_10001":

{"type":"datetime","custom":"com.atlassian.jira.ext.charting:firstresponsedate","customId":10001}

,"customfield_10200":

{"type":"string","custom":"com.atlassian.jira.plugin.system.customfieldtypes:textfield","customId":10200}

,"customfield_10002":

{"type":"array","items":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes","customId":10002}

,"customfield_10201":

{"type":"date","custom":"com.atlassian.jira.plugin.system.customfieldtypes:datepicker","customId":10201}

,"customfield_10003":

{"type":"array","items":"string","custom":"com.atlassian.jira.plugin.system.customfieldtypes:labels","customId":10003}

,"customfield_10400":

{"type":"any","custom":"com.pyxis.greenhopper.jira:gh-epic-link","customId":10400}

,"customfield_10004":

{"type":"number","custom":"com.atlassian.jira.plugin.system.customfieldtypes:float","customId":10004}

,"environment":

{"type":"string","system":"environment"}

,"customfield_11801":

{"type":"date","custom":"com.atlassian.jira.plugin.system.customfieldtypes:datepicker","customId":11801}

,"customfield_11800":

{"type":"array","items":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes","customId":11800}

,"customfield_11602":

{"type":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:select","customId":11602}

,"duedate":

{"type":"date","system":"duedate"}

,"progress":

{"type":"progress","system":"progress"}

,"comment":

{"type":"comments-page","system":"comment"}

,"votes":

{"type":"votes","system":"votes"}

,"worklog":{"type":"array","items":"worklog","system":"worklog"}},"transitions":[{"id":"11","name":"To Do","to":{"self":"https://synegen.atlassian.net/rest/api/2/status/10005","description":"","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/open.png","name":"To Do","id":"10005","statusCategory":

{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/2","id":2,"key":"new","colorName" Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire http-outgoing-3 << "":"blue-gray","name":"To Do"}

}},{"id":"21","name":"In Progress","to":{"self":"https://synegen.atlassian.net/rest/a[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "6d7[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "pi/2/status/3","description":"This issue is being actively worked on at the moment by the assignee.","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/inprogress.png","name":"In Progress","id":"3","statusCategory":

{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/4","id":4,"key":"indeterminate","colorName":"yellow","name":"In Progress"}

}},{"id":"41","name":"Deferred","to":{"self":"https://synegen.atlassian.net/rest/api/2/status/10002","description":"Decision has been made to push this item to a future (undetermined) release","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/needinfo.png","name":"Deferred","id":"10002","statusCategory":

{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/4","id":4,"key":"indeterminate","colorName":"yellow","name":"In Progress"}

}},{"id":"51","name":"Reopened","to":{"self":"https://synegen.atlassian.net/rest/api/2/status/4","description":"This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/reopened.png","name":"Reopened","id":"4","statusCategory":

{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/2","id":2,"key":"new","colorName":"blue-gray","name":"To Do"}

}},{"id":"131","name":"Work effort complete","to":{"self":"https://synegen.atlassian.net/rest/api/2/status/10003","description":"Development complete, SA or QA Review complete.","iconUrl":"https://synegen.atlassian.net/images/icons/statuses/closed.png","name":"Done","id":"10003","statusCategory":

{"self":"https://synegen.atlassian.net/rest/api/2/statuscategory/4","id":4,"key":"indeterminate","colorName":"yellow","name":"In Progress"}

}}]}[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "0[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient handleBackendResponse
Handling Backend response
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.ResponseCachingPolicy isResponseCacheable
Response was not cacheable as it is missing explicit caching headers.
Nov 30, 2015 9:09:41 PM FINEST org.apache.http.impl.client.cache.CacheableRequestPolicy isServableFromCache
Request was serveable from cache
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient recordCacheMiss
Cache miss [host: https://synegen.atlassian.net; uri: https://synegen.atlassian.net/rest/api/latest/serverInfo]
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient callBackend
Calling the backend
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "GET /rest/api/latest/serverInfo HTTP/1.1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Authorization: Basic --------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Accept: application/json[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Via: 1.1 localhost (Apache-HttpClient/4.2.5 (cache))[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Host: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "User-Agent: Atlassian HttpClient 0.13.2 / Atlassian JIRA Rest Java Client-unknown (0) / Default[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie: JSESSIONID=-------

; atlassian.xsrf.token= ------ ; studio.crowd.tokenkey= -------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie2: $Version=1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Server: nginx[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Date: Mon, 30 Nov 2015 21:09:41 GMT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Content-Type: application/json;charset=UTF-8[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Transfer-Encoding: chunked[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Connection: keep-alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Vary: Accept-Encoding[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AREQUESTID: 909x6720x1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASESSIONID: ze5vw4[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASEN: SEN-2400273[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OUT[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OK[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AUSERNAME: syn-build[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ATENANT-ID: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Cache-Control: no-cache, no-store, no-transform[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=--------; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: JSESSIONID=--------; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Strict-Transport-Security: max-age=315360000;includeSubDomains[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "115[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << " {"baseUrl":"https://synegen.atlassian.net","version":"7.1.0-OD-02-025","versionNumbers":[7,1,0],"buildNumber":71001,"buildDate":"2015-11-27T00:00:00.000-0600","serverTime":"2015-11-30T15:09:41.946-0600","scmInfo":"64a64e810c381e428fa47091a8c3b3928e783f93","serverTitle":"JIRA"}

[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "0[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient handleBackendResponse
Handling Backend response
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CacheInvalidator flushInvalidatedCacheEntries
Request should not be cached
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CacheInvalidator flushInvalidatedCacheEntries
parent entry: null
Nov 30, 2015 9:09:41 PM FINEST org.apache.http.impl.client.cache.CacheableRequestPolicy isServableFromCache
non-GET request was not serveable from cache
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient callBackend
Calling the backend
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "POST /rest/api/2/issue/ACE-160/comment HTTP/1.1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Authorization: Basic --------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Content-Type: application/json[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Via: 1.1 localhost (Apache-HttpClient/4.2.5 (cache))[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Content-Length: 421[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Host: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "User-Agent: Atlassian HttpClient 0.13.2 / Atlassian JIRA Rest Java Client-unknown (0) / Default[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie: JSESSIONID=-------

; atlassian.xsrf.token= ------ ; studio.crowd.tokenkey= -------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie2: $Version=1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> " {"body":"SUCCESS: Integrated in !http:\/\/build.synegen.com\/images\/16x16\/blue.png! [ACE_CI_Totara #3|http:\/\/build.synegen.com\/job\/ACE_CI_Totara\/3\/]\nACE-160 updated header field for Date Req'd (jlawsonb: [e03e31c9c5715e8cabde34eecfdf18055eafff81|https:\/\/github.com\/Synegen\/ace-totara\/commit\/e03e31c9c5715e8cabde34eecfdf18055eafff81])\n* TotaraLMS\/application\/mod\/facetoface\/lang\/en\/facetoface.php\n"}

"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "HTTP/1.1 201 Created[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Server: nginx[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Date: Mon, 30 Nov 2015 21:09:42 GMT[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Content-Type: application/json;charset=UTF-8[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Transfer-Encoding: chunked[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Connection: keep-alive[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AREQUESTID: 909x6721x1[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASESSIONID: 6g9mrf[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ASEN: SEN-2400273[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OUT[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Seraph-LoginReason: OK[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-AUSERNAME: syn-build[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-ATENANT-ID: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Location: https://synegen.atlassian.net/rest/api/2/issue/31313/comment/58618[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Cache-Control: no-cache, no-store, no-transform[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=""; Domain=.synegen.atlassian.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: studio.crowd.tokenkey=--------; Domain=.synegen.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Set-Cookie: JSESSIONID=--------; Path=/; Secure; HttpOnly[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "Strict-Transport-Security: max-age=315360000;includeSubDomains[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "6c9[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "{"self":"https://synegen.atlassian.net/rest/api/2/issue/31313/comment/58618","id":"58618","author":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":

,"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"body":"SUCCESS: Integrated in ACE_CI_Totara #3\nACE-160 updated header field for Date Req'd (jlawsonb: e03e31c9c5715e8cabde34eecfdf18055eafff81)\n* TotaraLMS/application/mod/facetoface/lang/en/facetoface.php\n","updateAuthor":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":

,"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"created":"2015-11-30T15:09:42.185-0600","updated":"2015-11-30T15:09:42.185-0600"}[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "0[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient handleBackendResponse
Handling Backend response
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.client.cache.ResponseCachingPolicy isResponseCacheable
Response was not cacheable.

radek.antoniuk@quiddia.com (JIRA)

unread,
Nov 30, 2015, 5:50:02 PM11/30/15
to jenkinsc...@googlegroups.com

Glad to hear that! If you can, please edit the post and put the logs in a text file because putting this in a comment clutters up the comments
Anyway, I'll wait for your feedback and I hope the issue is resolved.

jlawsonb@gmail.com (JIRA)

unread,
Dec 1, 2015, 3:37:49 PM12/1/15
to jenkinsc...@googlegroups.com
J. Lawson updated an issue
 

From most recent test and first success

Change By: J. Lawson
Attachment: JenkinsJiraUpdates.log

jlawsonb@gmail.com (JIRA)

unread,
Dec 1, 2015, 3:37:49 PM12/1/15
to jenkinsc...@googlegroups.com
J. Lawson edited a comment on Bug JENKINS-31301
 
Re: Jira Plugin - Rest Client add comment failures
From Log from  most recent test and first success

jlawsonb@gmail.com (JIRA)

unread,
Dec 1, 2015, 3:37:53 PM12/1/15
to jenkinsc...@googlegroups.com
J. Lawson edited a comment on Bug JENKINS-31301
plugins.jira.Updater
http-outgoing-3 >> "Cookie: JSESSIONID=--------; atlassian.xsrf.token=--------; studio.crowd.tokenkey=--------[\r][\n]"
Response was not cacheable  Logfile attached  as  it is missing explicit caching headers.  requested
Nov 30, 2015 9:09:41 PM FINEST org.apache.http.impl.client.cache.CacheableRequestPolicy isServableFromCache
Request was serveable from cache
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient recordCacheMiss
Cache miss [host: https://synegen.atlassian.net; uri: https://synegen.atlassian.net/rest/api/latest/serverInfo]
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient callBackend
Calling the backend
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "GET /rest/api/latest/serverInfo HTTP/1.1[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Authorization: Basic --------[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Accept: application/json[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Via: 1.1 localhost (Apache-HttpClient/4.2.5 (cache))[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Host: synegen.atlassian.net[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "User-Agent: Atlassian HttpClient 0.13.2 / Atlassian JIRA Rest Java Client-unknown (0) / Default[\r][\n]"
Nov 30, 2015 9:09:41 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 >> "Cookie: JSESSIONID=--------; atlassian.xsrf.token=--------; studio.crowd.tokenkey=--------[\r][\n]"
http-outgoing-3 >> "Cookie: JSESSIONID=--------; atlassian.xsrf.token=--------; studio.crowd.tokenkey=--------[\r][\n]"
http-outgoing-3 << "{"self":"https://synegen.atlassian.net/rest/api/2/issue/31313/comment/58618","id":"58618","author":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"body":"SUCCESS: Integrated in !http://build.synegen.com/images/16x16/blue.png! [ACE_CI_Totara #3|http://build.synegen.com/job/ACE_CI_Totara/3/]\nACE-160 updated header field for Date Req'd (jlawsonb: [e03e31c9c5715e8cabde34eecfdf18055eafff81|https://github.com/Synegen/ace-totara/commit/e03e31c9c5715e8cabde34eecfdf18055eafff81])\n* TotaraLMS/application/mod/facetoface/lang/en/facetoface.php\n","updateAuthor":{"self":"https://synegen.atlassian.net/rest/api/2/user?username=syn-build","name":"syn-build","key":"syn-build","emailAddress":"syn-...@synegen.com","avatarUrls":{"48x48":"https://synegen.atlassian.net/secure/useravatar?avatarId=10122","24x24":"https://synegen.atlassian.net/secure/useravatar?size=small&avatarId=10122","16x16":"https://synegen.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","32x32":"https://synegen.atlassian.net/secure/useravatar?size=medium&avatarId=10122"},"displayName":"Synegen Build User","active":true,"timeZone":"America/Chicago"},"created":"2015-11-30T15:09:42.185-0600","updated":"2015-11-30T15:09:42.185-0600"}[\r][\n]"

Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "0[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.nio.conn.Wire wire
http-outgoing-3 << "[\r][\n]"
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.client.cache.CachingHttpAsyncClient handleBackendResponse
Handling Backend response
Nov 30, 2015 9:09:42 PM FINE org.apache.http.impl.client.cache.ResponseCachingPolicy isResponseCacheable
Response was not cacheable.

jlawson@scriobha.im (JIRA)

unread,
Jan 12, 2016, 3:39:08 PM1/12/16
to jenkinsc...@googlegroups.com
J. Lawson resolved as Cannot Reproduce
 

Closing this issue as I can't reproduce this in any way after the last steps documented. Suspect I had bad endpoint.

Change By: J. Lawson
Status: Open Resolved
Resolution: Cannot Reproduce
Reply all
Reply to author
Forward
0 new messages