Search
Results (18264)
- Help: RE: API: "GET /issues/ID.json returns" 404 Not Found error
- The responses for individual issues, i.e. @/issues/123.json@ always contain the journals. Thus ... when you get a 404 for a valid request, the issue is actually absent or you have not send any ... ord or API key) when requesting a non-public issue. Possibilities are thus: you are sending ... . This may be confirmed from the server logs.
- I am using Postman to access Redmine via the ... redmineUrl}}/projects/{{redmineProjectName}}/issues/{{ID}}.json@ returns status 404 not found. * So also @GET /issues/[id].json?include=journals@ is returning th ... redmineUrl}}/projects/{{redmineProjectName}}/issues.json?issue_id={{ID}}@ returns the issue and its details. * Using GET @{{redmineUrl}}/projects/{{redmineProjectName}}/issues.json?issue_id={{ID}}&include=attachments@ additionally ... redmineUrl}}/projects/{{redmineProjectName}}/issues.json?issue_id={{ID}}&include=journals@. No journals are ... he final software is using C#/.NET Thanks!
- Help: RE: Loading time issues on tasks of project I have no access to
- That is not possible as it is exactly how the ... ion to grant you access to the project again.
- I have an app that loads time logs data from ... working just fine but today I encountered an issue. Today I have logged some time on a task ... I foreach every time entry and requesting '/issues/current_issue_id.json' with params ['include' => 'journals ... on Any advice would be much appreciated!
- Help: RE: Getting issues with no assigned_to_id field
- You can only use one operator for a field. ... f all users but yourself, thus excluding all issues which are assigned to any user but yourself.
- Help: RE: Error on Issue CSV Export
- This change will cause some of the logic of t ... be used. Instead, if you still observe an issue with an up-to-date version of Redmine in this area, please open an issue and provide enough details there to allow us to reproduce the issue, this included: * Your Redmine and Ruby v ... and your setup to allow us to reproduce the issue. Please also see [[Submissions]] for details.
- Help: RE: Error on Issue CSV Export
- Hi, following Marc reply, I fixed the issue on redmine version 4.0.6 stable, with the fo ... end end end end </code> </pre>
- Help: RE: Getting issues with no assigned_to_id field
- UPDT: I found the solution - "!*" but now I ... such parameters in one query? "me" and "!*" ?
- Hi there! How can I get a list of issues that are assigned to me, as well as those t ... s expected. But how do I get the full result?
- Open discussion: RE: How do I merge two redmine user data of the same version?
- Merging two Redmine sites requires careful co ... atabases to ensure you can revert in case of issues. Analyze data: Identify the data you need to migrate (users, projects, issues, etc.) and potential conflicts (e.g., dupli ... user permissions and roles to avoid security issues. Professional help: Consider seeking hel ... derstanding of the process before proceeding.
- Help: RE: Anyone using Windows successfully? Redmine 5.x with Windows issue with devkit & mysql2
- A solution could be the latest Bitnami Redmin ... ami-virtual-image-ova-virtualbox Brs,
- Help: RE: Manager roles cannot view issues
- There is role called Non member, with issue visibility - all non private issues: !image2.png! Other option is to go t ... t the needed role]. And then scroll down to “Issue tracking” and make sure to enable “View issues” option. This screenshot could be checked f ... /pages/cloud/project-management#top Brs,
- Help: RE: New to Redmine: Projects, Issues, Trackers, Tasks? Looking for the bigger picture
- Hi Dave, no Problem. :-) Categories can be used to collect issues of the same kind (tracker) under a specific ... pport", "Documentation" as categories for my issues. Just to get a better overview for what the ... cilities, you name it. You can group your issues by category in the issues list, generate reports about spent time by category or show a graph of open and closed issues by category in the roadmap. Greetings, Bernhard
- Hi, We've recently configured Redmine for ... o be working smoothly, we're encountering an issue with email notifications. We have configu ... reciate your guidance on how to address this issue and ensure successful email notifications fr ... Thank you for your time and assistance.
- Help: RE: New to Redmine: Projects, Issues, Trackers, Tasks? Looking for the bigger picture
- Bernhard, Please pardon another basic question: I just noticed that issues have a category field. Since you are using ... use this category field? Thanks. -Dave
- Hi. I encountered this problem in Redmine 5 ... 0 HTTP parse error, malformed request ("GET /issues.json" - (-)): #<Puma::HttpParserError: Inva ... 0 HTTP parse error, malformed request ("GET /issues.json" - (-)): #<Puma::HttpParserError: Inva ... 0 HTTP parse error, malformed request ("GET /issues.json" - (-)): #<Puma::HttpParserError: Inva ... 0 HTTP parse error, malformed request ("GET /issues.json" - (-)): #<Puma::HttpParserError: Inva ... eliminate this error. Thank you in advance.
- Hello, I've encountered an issue with Redmine where commits are correctly sho ... are not automatically linked to the related issue in the "Associated revisions" section of the issue page. This link only seems to be established ... tab; only then does the commit appear in the issue's "Associated revisions." Here's the sequ ... repository with a message that references an issue (e.g., "Fixes #1234 - corrected typo"). The ... However, when I navigate to the referenced issue #1234, the "Associated revisions" section do ... the "Repository" tab and then return to the issue page that the commit appears in the "Associa ... uires an unnecessary step to link commits to issues, which is not ideal for tracking changes an ... ure that commits are automatically linked to issue...
- Help: RE: Problems creating a custom field using POST to /custom_fields.json
- Thanks for the response! I was hoping that ... re custom fields in an external store, using issue and user URLs as external keys Does anyone have recommendations for a Ruby-newbie?
- Open discussion: RE: Multiples vulnerabilities found on Ruby on Rails
- Thanks for reporting these vulnerability issues! From what I see, only "CVE-2024-26144": ... is used by the latest Redmine versions. The issue affects Active Storage which is not used by ... 0319. The new versions will be released soon.
- I am trying to create a new custom field usin ... hough similar POST to other resources (like /issues) with the same creds. My code is produci ... ld": {"name": "cf_yoyo", "customized_type": "issue", "field_format": "string", "is_filter": tru ... ld"=>{"name"=>"cf_yoyo", "customized_type"=>"issue", "field_format"=>"string", "is_filter"=>tru ... user" is confusing to me, because a POST to /issues with the same headers results in: <pre> I ... 5444 #881] INFO -- : [REQIQ] Started POST "/issues.json" for 192.168.65.1 at 2024-02-25 19:24: ... 06233 #881] INFO -- : [REQIQ] Processing by IssuesController#create as JSON I, [2024-02-25T19:24:43.206302 #881] INFO -- : [REQIQ] Parameters: {"issue"=>{"project_id"=>1, "subject"=>"subject", "d ... 3.262403 #881] INFO -- : [REQIQ] Rendered ...
- Hi Team, I'm using this GET "https://redmine_url/issues.json/?issue_id=1&include=attachments" to get the issue data including attachments. In the response ... /Redmine java library? Regards, Parikshit
- I do not have much experience with servers an ... on my small dev team is pretty apathetic to issue tracking, so I am taking time to get this go ... quite a bit of overkill though. Thoughts?
- Help: RE: New to Redmine: Projects, Issues, Trackers, Tasks? Looking for the bigger picture
- Regarding long-term projects/tasks. There are ... can break up a large task by adding subtasks/issues to a parent issue. The overall progress of the task is calcula ... ike work packages) with due dates and assign issues to them. The Roadmap tab shows the list of ... version for collecting future tasks. Each issue may have a field for the estimated time required. If the issue has subtasks, all the estimated hours are aggregated to the parent issue. You can easily see the estimated and actual time next to each other in the issue list.
- Hello masters, I have a project with sub-p ... mbers to Company project, they also view all issues in Sale project because they use same track ... way to do this ? Thanks for your support.
- Help: RE: New to Redmine: Projects, Issues, Trackers, Tasks? Looking for the bigger picture
- Bernhard, Great to know that you are doing ... but "task categories"==trackers, and tasks==issues. Thinking of the Gantt charts, is there a ... d to characterize is the amount of activity (issues) and time for certain categories of activit ... Thanks for your input and support. -Dave