jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Swizzle
  • SWIZZLE-60

Could some one fix the small typo issue in jira class

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: swizzle-1.6.2
  • Fix Version/s: swizzle-1.6.2
  • Component/s: None
  • Labels:
    None

Description

Hi, all,
it is really a small fix of a typo issue in JIRA class that causes the jira can not add comments.
I do not have the permission to change the code , but it is only oen line of change. could someone in the group do me the favor and make it in the next release?

class:
org.codehaus.swizzle.jira.jira

for addComent method in line 141:
/**

  • Adds a comment to an issue TODO: If someone adds a comment to an issue, we should account for that in our caching
    */
    public boolean addComment(String issueKey, String comment) throws Exception { Boolean value = (Boolean) call("getComments", issueKey, comment); ----------------------this must be a typo issue, expected to be addComment return value.booleanValue(); }

expected :
/**

  • Adds a comment to an issue TODO: If someone adds a comment to an issue, we should account for that in our caching
    */
    public boolean addComment(String issueKey, String comment) throws Exception { Boolean value = (Boolean) call("addComment", issueKey, comment); return value.booleanValue(); }

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Kalle Korhonen
    Reporter:
    shu chen
Vote (0)
Watch (0)

Dates

  • Created:
    19/Jan/12 4:09 PM
    Updated:
    08/Feb/12 10:57 PM
    Resolved:
    08/Feb/12 10:57 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.