Search
Results (18300)
- Help: RE: LDAP login execution expired
- Can anyone help with this or should I raise an issue? Thanks, Ben
- Help: RE: Cross-Origin issue creation
- *Issue resolved!* _acosonic_ from IRC channel, dir ... nse-headers-allowing-everything-through".
- Hi, I'm having trouble with Redmine API. What I'm trying to do is create an issue as an anonymous user, from a different origi ... ctor. GET method works however - returns all issues of the public project. I have set to allow anonymous users to create issues on this public project. _Console logging the following errors:_ <pre> OPTIONS ..issues.json 404 (Not Found) XMLHttpRequest cannot load ..issues.json. Response for preflight has invalid HT ... eedback site. This button should create an issue in Redmine with user input. The user is subm ... redmine_people 1.2.0 </pre>
- Help: RE: Customize "New issue" form and "overview"
- I think you can achieve what you need (at lea ... g the custom fields, since the order in the "issue overview" (in Redmine terminology, the issue show view) and the new issue form is determined by the order of the custo ... ption and subsequent "subtasks" and "related issues" sections) and _standard fields cannot be r ... t-yet-released Redmine version#119. See that issue for the details about it. HTH. Please let me know if you have additional questions.
- Hi, Redmine Team. My name is Yana Gusti. I ... is integration is synchronization of Redmine issues and EasyQA Agile Board. Here you can find m ... Petefi sq., 47/706, 88000, Uzhhorod, Ukraine
- Help: RE: Date and time settings problem.
- Marius BALTEANU wrote: > It is not a problem ... TS. The first one is another, long-standing issue though: #668.
- Hi everybody, I currently am facing a weird problem when trying to create an issue in redmine. The problem I am having is, everytime I try to create an Issue via the Redmine Java API, the redmine server ... t the second line, when trying to create the issue. When I try to set the custom field before, ... cannot set a custom field before creating an issue?) This is my code: <pre><code class="java"> // Create issue Issue issueToCreate = IssueFactory.create(154, "some subject"); Issue createdIssue = issueManager.createIssue(issueToCreate); </code></pre> Has anyone encou ... maybe even a known bug? Thanks in advance!
- Help: RE: Install of 3.3.3 fails when trying to load default data
- So the problem is that the migration process ... Setup up 002 Issue move up 003 Issue add note up 004 Export pdf up 005 Issue start date up 006 Calend ... (SuSE Linux Enterprise 12 SP2). cu, Frank
- Hello We try to generate a pdf document containing an introduction and a list of issues (with their description). To do this, we have created a wiki page with a macro @{{ref_issues(-q=testBdc2)}}@ (testBdc2 is a predefined r ... want, that is, the wiki page, including our issues. But now we want to export it in pdf format: Unfortunately in the generated pdf, instead of issues list, I find : <pre> Error executing the ref_issues macro (Missing partial issues/_list with {:locale=>[:fr, :en], :formats=> ... /redmine-3.3.1/plugins/redmine_multiprojects_issue/app/views" * "/opt/BNF/redmine-3.3.1/plug ... * "/opt/BNF/redmine-3.3.1/plugins/redmine_issue_templates/app/views" * "/opt/BNF/redmine- ... :in `find' </pre> Thanks for help Jerome
- Hi everyone. This was my first time installing redmine, and I seem to be having some issues. I was following this guide: https://www.ho ... Can someone walk me through debugging my issues? Thanks
- Hi, I tried to install redmine 3.3.3 with my ... | | enumerations | | issue_categories | | issue_statuses | | issues | | journal_details ... a hint what I'm doing wrong? cu, Frank
- Help: RE: Access denied on view document uploaded in an issue
- I'm having a similar issue, but maybe the better place is to rise issue in DMSF itself: https://github.com/danmunn/redmine_dmsf/issues I've already referenced your post here: https://github.com/danmunn/redmine_dmsf/issues/728
- Help: RE: 3.3.1 - receiving emails through IMAP
- After several tests, I found the reason. I ... private", no notification for creator of the issue, people assigned to an issue, watchers... except for Manager/Developer/Re ... ic and private project? if someone create an issue through email in a private project, to be able to see this issue, and to be notified about the updates.
- Help: RE: 3.3.1 - receiving emails through IMAP
- Projects are private, is it related to that? ... t I assign the project to the creator of the issue (if this one is not a manager, developer or reporter).
- Using Redmine version 3.3.3, how can I overri ... n route? I am interested in overriding the '/issues/new' route from one from my plugin.
- Hello, I configured the option to create issues through email received by IMAP. Creation is ok for the issue and the sender (as user). But, in case of followup added in the issue, the intial sender doesn't receive any email ... too. More general problem. If I create an issue through web interface, same problem for adde ... are receiving email notifications in case of issue update. Any idea of the problem? Main ... member with rights to see and add watchers.
- Help: RE: [3.3.0] How to communicate with creating user on issues created via e-mail
- Same problem for me
- I get the following issue using hyperlinks in brackets and semicolons: ... ace) of separating the link from the ); part?
- I have one issue that desappear from my database, I need to know who deleted this issue, can I know using some querys on the database? Or can I recovery one issue from the last backup that I have? and import on the production database.
- Open discussion: RE: add all open issues from all project on "my page"
- In the upcoming version of Redmine (version:3 ... a custom query to My Page. Please see #1565.
- Hello, I have two users who each belong to ... ie Redmine version used : 3.3.3 Stable
- Hello, I see that w can add some informati ... e add specific things ? For example: "All issues from all projects" and not only issues assigned to me. Thanks in advance for your feedback
- Searched this forum, there is a 5 year old qu ... 2.x. Nothing else. My problem is simple: *Issues ordered by priority* (admin priority = stan ... 20140825-8~deb8u4 / i 3.0~20140825-8~deb8u4
- Good morning. I am using RedMine in synology ... ersion field is not visible when creating an issue after update. I already created some vers ... ee the target version field when I create an issue. How can I solve it? Below is the red m ... Redmine plugins: no plugin installed
- Open discussion: RE: Customize E-Mail Subjects
- I wanted to do add a custom field (named "pro ... ollows: In app\models\mailer.rb (In def issue_add() around Line 53:) <pre><code class="diff"> + s = "[" + s << "#{issue.custom_value_for(CustomField.find_by_name('Product')).value}" if issue.project_id == 5 + s << "#{issue.project.name}" if issue.project_id != 5 + s << " - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" mail :to => to_users, :cc => cc_users, - :subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue...