Search
Results (18309)
- Help: RE: How can i add a comment to a issue via REST API?
- To update an issue you should use method PUT instead of POST. ... Content-Type: application/json" -X PUT -d '{"issue": {"notes": "This is a note added via API"}}' -u username https://servername/issues/1.json </pre> And to get data from issue, add xml or json at the end of the URL: <pre> curl -v -u username https://servername/issues/1.json </pre> Otherwise, you'll get conte ... umption instead of reply for an API call.
- Help: RE: How can i add a comment to a issue via REST API?
- Curl GET appears to work. I get a long output ... url -v GET -k -u username https://servername/issues/1/ @
- Help: RE: How can i add a comment to a issue via REST API?
- Updated request to (content type = json inste ... ontent-Type: application/json" -X POST -d '{"issue": {"notes": "This is a note added via API"}}' -k -u username https://servername/issues/1 Now I am getting a Redmine 404 error. ... 1.141 left intact * Expire cleared </pre>
- Help: RE: How can i add a comment to a issue via REST API?
- Trying the following command. The Note does not show up in the issue. I can log into the project and update the issue via the web browser, so I know its not a permissions issue. Note: I am using SSL with a self signed certificate. I can view the issue in a web browser - https://servername/issues/1 @ $ curl -v -H "Content-Type: application/xml" -X POST -d '{"issue": {"notes": "This is a note added via API"}}' -k -u username https://servername/issues/1.json @ The status reports *Status: 40 ... * expire date: Aug 29 00:53:51 2019 GMT * issuer: C=US; ST=Florida; L=City; O=MyOrg; OU=Engi ... th using Basic with user 'username' > POST /issues/1.json HTTP/1.1 > Host: servername > Auth ... Client hello (1): * Expire cleared </pre>
- We have Redmine 3.4.6. This version does not ... anted to create a query that showed all open issues, you would choose a filter on the field 'St ... onder if 3.4.6-1 would have any fix for this.
- Open discussion: RE: Redmine.org tickets vote count list
- Recently I started working on plugin that allows to vote on issues by sending crypto tokens. This way people can not only show interest in resolution of particular issue, but also incentivise it. At this point p ... to work on it further if there is interest.
- Is there a way in settings to show only direct sub issues of the parent issue? I have attached the sample screen. "Pak ... each level Also, how can I sort those sub issues on "%done" ratio, or status? !https://ww ... ad/21487/MWSnap%202018-09-25,%2009_54_07.jpg!
- 6d Keywords: Redmine - Virtual Machines - Technical issue - Upgrade Description: Hello Friends: I am ... s is the only error I have. Thanks in advance
- Hello, I'm facing issues with the project view. Here's the related issue described http://www.redmine.org/boards/3/to ... es in Redmine section: https://github.com/
- Help: RE: MySQL 5.5 / Redmine 3.4.3 / Ruby23- ... key was too long; max key length is 767 bytes
- Still debugging this, still a problem with My ... comment at [[https://github.com/rails/rails/issues/9855#issuecomment-35618750]] ): Add this script redm ... :limit => 191 } end end end </pre>
- Open discussion: RE: API: Issue relation create does not work
- If you are also getting "Related issue cannot be blank", this is because you are using parameter "issue_id" instead of "issue_to_id". Eser Esen's payload sample should h ... "relations": [ { "issue_to_id":"15657", "relation_type" ... "delay": 0 } ] } </pre>
- Help: RE: Upgrade Redmine 2.5.2-devel to Redmine 3.2 => db:migrate FAILS
- I have similar issue trying to migrate from 2.6 to 3.4. Even drop ... same error. Someone solved this? Thanks
- Help: RE: what is the issue.lock_version field ?
- The @lock_version@ column is used for locking ... have enough time or an interest in the topic.
- Help: RE: what is the issue.lock_version field ?
- Sylvain Aubert wrote: > Hello > > I'm wor ... my script is directly inserting data in the issues table. > > I dont see exactly what the l ... responded to this ? I had the same question.
- Hi All, I'm a fairly new on Redmine (and R ... : export_docx 1.2.2 issue_mail_with_attachments 0.1.0 redmine_ch ... s: 64.8ms | ActiveRecord: 59.1ms) </pre>
- Open discussion: RE: Redmine - Project management and Application Management ?
- Hi, when considering different ALM platfor ... oard; * Track bugs, enhancements, risks and issues linked to changes in your source code repos ... nce. It has a free trial if you're interested
- Hi, everyone! When Redmine is installed on ... istration, system maintenance, and resolving issues are handled by our team of experts. You wor ... _Founder, RedmineUP (previously RedmineCRM)_
- we have deployed a redmine and already used creating issue via email feature , but now we have a questi ... ount are created, so if some users to create issue via sending email but they don't have permis ... dmine or need plugins ? please help to guide.
- I am looking to set up a redmin for our compa ... r a big upgrade which might cause dependency issues, i.e., packages removed from the distro. (A ... ith up to 50 users? Are 2 CPU cores enough?
- Hello! My name is Aleksandra Bessalitskykh ... is integration is synchronization of Redmine issues and EasyyQA Agile Board. Best regards, ... b app development agency https://mlsdev.com/
- Open discussion: RE: Encouraging a community
- Tobias Stenzel wrote: > The integrated forum ... the best way to propose this is to raise an issue with the category "Website (redmine.org)" as ... e speed of an old Turtle with broken legs. :P
- I am using redmine 3.4.6 while is supported b ... pt into /usr/bin/plantuml. There are several issues issue one: when click the plugin configuration ... cess doesn't exist or has been removed. issue two: because issue one, I can't set the default url of the "pla ... d plantuml plugin in the redmine 3.4.6?
- Open discussion: RE: Encouraging a community
- jon nsow wrote: > I thikn it would be great ... place for the community. Redmine is good for issue tracking and wiki, but the VCS support is a ... for discussions is a boost for a community.
- Is there a way to group list of issues by parent? We have organized use cases and ... l (Parent child relationship) so like to see issues list including all user stories(subtasks) grouped by use case(Parent).
- I do not see 'Subtasks' under the list of ava ... mns to select to see on the filtered list of issues report as separate column very similar to 'Related Issues' column. I would like to see all subtasks issues on the list of issues view very similar to column 'Relates Issues' is currently available to select from available columns.