Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA Error Code 745

Samuel Wayne April 19, 2012

I'm trying to contacts JIRA through REST from my rails app. When I make a request for creating a new jira issue, JIRA just return error code 745. Any idea what this error code means.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
rich
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2012

Are you using the JIRA-Ruby (https://github.com/trineo/jira-ruby) gem? Regardless, I'm assuming you're using Net::HTTP. If so, you can enable the debug output from Net::HTTP to see what the http req/resp looks like:

http = Net::HTTP.new(uri.host, uri.port)
http.set_debug_output($stdout)

rich
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2012

Can you paste in the actual req/resp?

Samuel Wayne April 19, 2012

Thanks Rich. I'm using JIRA4R gem.. All the debug statements are in place. But it just returns the error code.

0 votes
Samuel Wayne April 19, 2012

Could be better if there is a list of error codes supported in JIRA, that I can find somewhere in the documentation.

TAGS
AUG Leaders

Atlassian Community Events