Project

General

Profile

Search

Results (18206)

Help: I need to change the email notification information
I need to change the email notification inf ... ssage I get a route http://localhost:3000/issues/163#change-365 where do i edit that? 2021-09-21 20:00
Help: RE: prevent a user from seeing other issue created by another user
Hello,thank you for your response. I created X role and set Issue visibility - Issue created by or assigned to the user. When i created New issue and add watchers to this issue ,members X role cannot see this issue. For example X role , members- user1,user2 when user1 creates new issue and add user2 as a watchers ,user2 cannot see this issue. How i can configure the permission of the X role so that the user2 can see the issue of the user1? 2021-09-20 07:01
Help: RE: prevent a user from seeing other issue created by another user
Hello, yes should be possible. You have to use roles for issuer and assignee with Issue Visibility attribute set to _Issues Created by or assigned to the user_. None in the project should have a role with all issues visibility... Thanks Lorenzo 2021-09-18 17:52
Help: Failover cluster with Redmine
Hello, I need help for deploying Redmine on ... d file storage to work correctly. The second issue can be done using file share with Offline mo ... e I am missing something? Thanks in advance! 2021-09-17 00:18
Open discussion: RE: "Watcher" report
Since version 4.0.0 there is the option to filter issues by a specific watcher (#8160). In 4.2.0 th ... as extended to work at global scope (#34700). 2021-09-16 19:51
Help: RE: Automatically delete closed issues older than 365 days
One modification to the above suggestion... ... roy to make sure that all callbacks for your issues are applied (things like clearing up issue relations, links and removing attachments fr ... le > p = Project.find("$project_name") > p.issues.where("closed_on < '#{365.days.ago}'").each ... rform this actions across all projects... > Issue.where("closed_on < '#{365.days.ago}'").each( ... at is performed via the Redmine web interface 2021-09-16 19:42
Open discussion: "Watcher" report
Hello community! Does anyone know how to create a report/query for issues watched by someone else? 2021-09-16 19:20
Help: RE: Redmine 404 error on Ubuntu 20.04
Nevermind, I am an idiot. Running: bundle exec rails server webrick -e production solved my issue. 2021-09-16 17:09
Development: API Rest - Image attachments broken
Hello folks, this is the issue I'm having right now: *Summary*: Whenever ... unctions upload an attachment to an existing issue, so that's why I make use of the PUT method, ... r each image file there was attached to this issue. *Steps to reproduce:* My requests lo ... body = { "issue": { "uploads": [ ... response = requests.put( url_objetivo + '/issues/{}.json'.format( issue_id_finder( issue)), json=body, headers={"Content-Type":"appli ... depending the case. Any advice? 2021-09-16 16:19
Help: RE: I receive email notifications of my own changes despite explicit settings to avoid this
I finally got time to figure this out. It was a silly thing. The issue was that actually I got emails from two diff ... it. Redmine is innocent, just my bad memory! 2021-09-16 16:14
Help: RE: Need Help with Rest Api
Mischa The Evil wrote: > _*Moderator edit* o ... reply. > >> > >> I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". > >> > >> Please can you let me know ... i to be used to get information for specific issue id. > >> > >> Thanks, > >> Sukrit > > ... w thread... > > > I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". > > The @issue_id@ filter is implemented in Redmine 3.3.0 (... 2021-09-15 15:48
Help: RE: Redmine 4 All users within project Privileges
Yeah i checked roles, which are the same as t ... ecause DB was copied. Visibility optios is "Issues created by or assigned to the user" which i ... t X OR from all projects on redmine 4 ? BR 2021-09-14 16:01
Help: RE: Redmine 4 All users within project Privileges
Hello, the problem is with _Issues Visibility_ options you choose for the role in the attached image. You have "Issues created by or assigned to the user" so only author or assignee can see that issue. You have to review your roles. Thanks Lorenzo 2021-09-14 15:48
Help: RE: Redmine 4 All users within project Privileges
I checked our older Redmine 3, where this fea ... eSupport::HashWithIndifferentAccess view_issues: '1' add_issues: '1' edit_issues: '1' add_issue_notes: '1' delete_issues: '1' permissions_tracker_ids: !ruby/hash:ActiveSupport::HashWithIndifferentAccess view_issues: [] add_issues: [] edit_issues: [] add_issue_notes: [] delete_issues: [] Does this work on Redmine 3 because ... ings field in DB because of this plugin ? 2021-09-14 15:45
Help: prevent a user from seeing other issue created by another user
how can I prevent a user from seeing other issue created by another user? For Example, user1 created issue1 and assigned to user2,add to watchers user3 ... ee users (user1,user2,user3) no one has seen issue1 insident. is it possible to make such a limitation? 2021-09-14 15:28
Help: RE: Broken MyPage for single user
Florian Brombauer wrote: > Hello, > I have ... > [CUT] > > My coworkers don't have any issues Hello, if your coworkers don't have any issues, one of the blocks in my_page comes from a ... know what are you doing. Thanks Lorenzo 2021-09-14 15:20
Help: RE: Redmine 4 All users within project Privileges
Hi, Thanks for replly. This current Pro ... page. And production log: Processing by IssuesController#show as HTML Parameters: {"id" ... 58ms (Views: 27.5ms | ActiveRecord: 15.7ms) 2021-09-14 15:05
Open discussion: After upgrading Redmine 2.6.1 to Redmine 4,2,2 - Custom Fields shows error
After upgrading Redmine 2.6.1 to Redmine 4.2. ... ound (Invalid single-table inheritance type: Issue is not a subclass of CustomField): app/ ... lib/redmine/sudo_mode.rb:61:in `sudo_mode' 2021-09-14 12:40
Help: RE: Rest Api for journal relations, journals and parent id
Lorenzo Meneghetti wrote: > Hello, > > Su ... //www.redmine.org/projects/redmine/wiki/Rest_issuerelations you wil fin by yourself that the me ... rent > > > I want to update the existing issue with parent id, and adding journal using res ... (see journal as an internal model managed by issue model) > > > While creating an issue can we add a journal using rest api? > yes ... //www.redmine.org/projects/redmine/wiki/Rest_IssueJournals > > Thanks > Lorenzo Hi Loren ... use PUT. So, how can I use PUT in relations? 2021-09-13 08:21
Help: RE: How can I create an issue as a schedule day?
Hello, I cannot understand your requirement. Do you want automatic issue creation and maybe employee is the "issue assigned_to" man? Thanks Lorenzo 2021-09-10 19:49
Help: RE: Rest Api for journal relations, journals and parent id
Hello, Sukrit Jain wrote: > Hi, > > I ... //www.redmine.org/projects/redmine/wiki/Rest_issuerelations you wil fin by yourself that the me ... ifferent > I want to update the existing issue with parent id, and adding journal using res ... (see journal as an internal model managed by issue model) > While creating an issue can we add a journal using rest api? yes if ... //www.redmine.org/projects/redmine/wiki/Rest_IssueJournals Thanks Lorenzo 2021-09-10 19:38
Help: Rest Api for journal relations, journals and parent id
Hi, I am trying to update relations using ... ut command. I want to update the existing issue with parent id, and adding journal using rest api? While creating an issue can we add a journal using rest api? Please can you let me know how to do that? Thanks Sukrit 2021-09-10 13:31
Help: How can I create an issue as a schedule day?
Is it possible to create an schedule with emp ... 5 - Employee B Monday 6 - Employee C ... 2021-09-09 03:09
Help: RE: Error sending e-mail - end of file reached
I came accros this issue. I was trying to send email using smtp-relay ... server if you are managing your own server. 2021-09-08 23:04
Help: Broken MyPage for single user
Hello, I have a Problem with my "My Page" ... 310 #17842] INFO -- : Rendered my/blocks/_issue_query_selection.html.erb (353.6ms) I, [2021 ... you mean? @blocks): 2: <%= l(:label_issue_plural) %> 3: </h3> 4: 5: <d ... "> 8: <p> app/views/my/blocks/_issue_query_selection.html.erb:5:in `_app_views_my_blocks__issue_query_selection_html_erb__300045763527074040 ... ' app/helpers/my_helper.rb:136:in `render_issuequery_block' app/helpers/my_helper.rb:64:i ... n `sudo_mode' My coworkers don't have any issues 2021-09-07 14:31
(1151-1175/18206)