Search
Results (18260)
- Help: RE: How to change item language
- This might be an issue with Default Language settings. You can v ... (/my/account) -- David - redminepro.com
- Open discussion: RE: How to access last note of an issue
- Hey RVIG, the notes for Redmine issues are stored in the 'journals' table rather t ... ble. You can retrieve the last note for each issue by filtering for entries where the 'journalized_type' column is 'Issue' and 'notes' column is not null, then ordering by 'created_on' in descending order.
- Hello, I am using Redmine in my company. Fo ... tgreSQL database. I have now access to the issue of my project thanks to the table public.issue. I would like to have access to the last note of the issues but I can't find which table I have to use. ... s table please ? Thanks in advance RVIG
- Open discussion: RE: Feature to Group Custom Fields by Category
- There was no update on this from issues and i have limited time to actualy deliver this feature.
- Development: RE: Where should I post about functional suggestions?
- Holger Just wrote in message#69531: > You ca ... equest functional improvements by opening an issue here. Please see [[Submissions]] for some guidelines. thanks for your help
- Development: RE: Where should I post about functional suggestions?
- You can describe bugs and request functional improvements by opening an issue here. Please see [[Submissions]] for some guidelines.
- Open discussion: RE: Redmine Email Notification Issue - Help Needed for Modern Authentication
- Yes, I'm open to using Microsoft Graph API as ... ovide guidance on this configuration process?
- Hi! I would like to restrict editing a 'due date' to anyone except an author of an issue. The task is obviously becoming more general about a way to control permissions on any field of an issue. A standard roles machinery allows to contro ... o be able to find anything of that sort.
- We, *redminePRO by HAZERCLOUD™* are providing ... otch Professional Support team to handle any issues.
- Open discussion: RE: Redmine Email Notification Issue - Help Needed for Modern Authentication
- Office365 doesn't allow reliable SMTP access ... ative SMTP service. David - redminepro.com
- Open discussion: RE: Is it possible to update notes via API?
- Holger Just wrote in message#69520: > Redmin ... se the journal's ID in the URL there, not an issue ID. > > It appears that this API is not yet documented in the Wiki though. Yes
- Open discussion: RE: Is it possible to update notes via API?
- Redmine 5.0 added an API to update the notes ... se the journal's ID in the URL there, not an issue ID. It appears that this API is not yet documented in the Wiki though.
- Is the redmine_workflow_hidden_fields Compati ... n redmine5.1 version and then unable to take issues page. 500 Internal Server Error occured.
- I see that on the interface one can edit exis ... private or changing the content), but on the issue api there's no mention other than adding new ... //www.redmine.org/projects/redmine/wiki/rest_issues]]
- Help: RE: Wanted to store wiki pages in the object storage
- Actually I am creating lots of documents in all the Project's wiki that's why i having an issue of running out of space that's why i wanted ... at how you can I rewrite of the wiki code.
- Help: RE: Wanted to store wiki pages in the object storage
- Wiki pages can only be stores in the database, similar to issues, forum posts and all other editable data. I ... t of data which is commonly stored in a wiki.
- My DB size increase day by day and i want wik ... sion 6.1. Please guide me to resolve this issue.
- Help: RE: API: "GET /issues/ID.json returns" 404 Not Found error
- Thank you for your reply! I am just exchanging @issues/123.json@ for @/issues.json?issue_id=123@ and it works. (But no journals are r ... hentication. I will check the server logs.
- Open discussion: RE: Issues filters don't after upgrade to Redmine5.1.2
- This is likely a Javascript issue. Could you open your browser's development tools and check the **Console** tab for any errors?
- I am using redmine 5.0.3 as a docker image on ... st redmine docker image (5.1.2) I found that issues filters don't work for example when I choos ... ons (Plugins or themes) but I found the same issue. is this an intended behavior change or there is anything I am missing
- 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.