Project

General

Profile

Search

Results (18267)

Open discussion: RE: Deleting the assignee (Python-Redmine)
I tested the Redmine API with curl and it wor ... 79554052844cbb30dc150bb4e' -x '' http://redm/issues/5.json | jq .issue.assigned_to { "id": 5, "name": "user1 ... f9873179554052844cbb30dc150bb4e' http://redm/issues/5.json -X PUT -H 'Content-Type: application/json' -d '{"issue": {"assigned_to_id": ""}}' takeshi@takes ... 79554052844cbb30dc150bb4e' -x '' http://redm/issues/5.json | jq .issue.assigned_to null </pre> So I think the issue is with python-redmine. According to the link https://github.com/maxtepkeev/python-redmine/issues/133 you referred to, assigned_to_id='' ... re using and old version of python-redmine. 2018-10-03 00:11
Help: Hierarchical lists and conditional logic
Greetings, how would I implement a hierarc ... a dropdown list ? I would want to log an issue for a requestor that shows his/her location ... s like a tall order. Thanks for any help ! 2018-10-02 18:32
Plugins: New Zenedit plugin announcement – auto-saving drafts, user mentions, full-screen editing
Hi, everyone! We just released a completel ... to edit text-fields as a forum, news, wiki, issue description, issue's notes, etc. in a full-screen mode. Now it is automatically saving drafts of issue description and notes every 30 seconds. If y ... ut it via email. This feature can be used in Issue description and notes. The plugin is comp ... _Founder, RedmineUP (previously RedmineCRM)_ 2018-10-02 17:01
Help: Query to see how long someone has been an assignee before working on a ticket
Hello, I am trying to build a report/query ... d Category Target Version Closed Related issues If I use the Updated column, it wants me ... 't work. Any thoughts? Thanks 2018-10-02 15:39
Open discussion: Deleting the assignee (Python-Redmine)
Hi there, I'm working on the app to create, delete or update the issue with only Redmine REST API. However, when I'm trying to delete the assignee (or update it) of the issue to blank (http://www.redmine.org/projects/redmine/wiki/Rest_Issues https://github.com/maxtepkeev/python-redmine/issues/133 https://hireessaywriter.org/ blog/progr ... pears to be still unmodified. Tried @redmine.issue.update(123, assigned_to_id='')@ but it didn ... re request? Thanks David (Sage Community) 2018-10-02 10:48
Help: creating filter for query in 3.4.6 does not work
We have Redmine 3.4.6. When trying to create ... anted to create a query that showed all open issues, you would choose a filter on the field 'St ... to function normally. Thank you very much. 2018-10-01 15:22
Open discussion: Need help with problems using filters in 3.4.6
We have Redmine 3.4.6. When trying to create ... anted to create a query that showed all open issues, you would choose a filter on the field 'St ... (like 3.4.6-1) that would help? Please help. 2018-10-01 12:08
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. 2018-09-30 23:59
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/ @ 2018-09-28 16:49
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> 2018-09-28 15:04
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> 2018-09-28 14:35
Open discussion: using filters different in 3.4.6??
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. 2018-09-25 17:47
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. 2018-09-25 15:24
Help: Changing Issue display list
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! 2018-09-25 09:59
Open discussion: Undefined method `default_assigned_to_id' ERROR
6d Keywords: Redmine - Virtual Machines - Technical issue - Upgrade Description: Hello Friends: I am ... s is the only error I have. Thanks in advance 2018-09-24 04:51
Open discussion: Projects
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/ 2018-09-21 12:45
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> 2018-09-20 11:16
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> 2018-09-19 00:33
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 2018-09-18 22:59
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. 2018-09-18 17:17
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. 2018-09-18 14:36
Help: Error on Load Forum Messages
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> 2018-09-17 17:20
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 2018-09-17 14:59
Open discussion: RedmineUP Cloud – new ready ... hosting with support and maintenance is here
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)_ 2018-09-14 14:11
Open discussion: How to inform users that the ... ion to access redmine if the users submit an issue via sending email?
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. 2018-09-14 05:04
(2576-2600/18267)