Vivek Ganesan

Results 43 comments of Vivek Ganesan

+1 I too am interested in a new version. Latest code has some fixes that some of the teams I know could use.

@rcarz can you please release to maven repository? There is a team that needs fix from https://github.com/rcarz/jira-client/pull/189

@mschuerer I tried the following code ``` issue.getField("created") ``` The above function gave back to me the created date of the issue. I got to this reply by accessing the...

Thanks @mschuerer for the observation. I can open a pull request with the status handing example that you are mentioning here. I agree that this will clear the confusion for...

@rcarz Will it be possible to cut a new release?

@sarathimca I guess, in order to use a proxy server, we can pass a JVM argument to use proxy server for some hosts. ``` JAVA_FLAGS=-Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800 java ${JAVA_FLAGS} ... ```...

@rcarz Is it possible to dual license jira-client repository? This will enable me also to develop something with Apache license. A hearty :+1: to the request of @jaredjstewart

@dignifiedquire I am very much willing to contribute! Tell me how I can help :)

@dignifiedquire I would love to take up improvements in the following areas: - Documentation and Website - karma-intellij I will also help in triaging issues. > Awesome, from the areas...

Hi @Ganesh1991 Can you please explain (preferably with a code snippet) how are you removing a parent node? Are you removing using `jQuery` library? I do not see any publicly...