Search
Results (18300)
- Open discussion: RE: Duplication of projects
- Around a year ago this feature (duplicating p ... as been created here https://www.redmine.org/issues/886 so I think you can write there and migh ... did when needed some feature for my project.
- *Hi, everyone!* We are using Redmine 3.4.6 ... have a question. How to filter the notes of issue at issues index page. I have searched the plugins ... Or I have to write it on my own? *Thanks!*
- Open discussion: RE: Deploying redmine in a law office
- Hi Geoff, Shardul, As every uncommon case, it requires a special structure for 'projects' or 'issues' depending on the case/team structure. We a ... 's discuss the details. Kind Regards Greg
- The Custom Field (of format version) name is ... rsion in the filter (https://www.redmine.org/issues/15902). But, in the spent time area, whe ... he spent time tables? Thanks for your help
- Help: RE: Parent Project on the My Page
- No, it is not posible because the parent project is not available as column in issues list.
- On My Page, Is there a way to add the Parent Project in the Available Columns for the Issues assigned to me options? This way I can add the Parent Project on My Page as a column.
- Help: RE: Query to see how long someone has been an assignee before working on a ticket
- Hello Lyle, I think you can't achieve your ... of Redmine because it doesn't track when an issue has changed for the first time. The only information you get is when the issue was created, updated or closed. There is no ... So what you actually can do is to fetch your issues by a script and get your information by pro ... do the job. ;-) Kind regards, Bernhard
- Hi all, I shutdown my redmine page for several month because of DSGVO/GDPR issue ( see also at http://www.redmine.org/issues/28882 ) But I need to bring website onli ... there is a quick solution! Thanks Richard
- Currently redmine has such fixing keywords as @fixes@ to change issue status. However it changes issue status regardless of its current status. Is ... m "New" to "In Progress", but do nothing for issue with status "Completed" If not, should I create an issue for that?
- 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.
- 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 !
- 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)_
- 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
- 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)
- 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.
- 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.
- 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/