Search
Results (18279)
- Help: RE: why issue‘s status fail to update after git commit?
- problem is solved,thanks
- Help: RE: Issue Edit/Submit very slow
- Thanks. It ended up being an error on my par ... . I guess I mistyped something originally.
- Help: RE: why issue‘s status fail to update after git commit?
- please help me to checkout the problem,thanks
- Help: RE: why issue‘s status fail to update after git commit?
- I must do someting wrong,please tell me why?
- Help: RE: why issue‘s status fail to update after git commit?
- I config key words parameters in redmine like ... mit message like this "fixes #1",Was I wrong?
- Help: RE: why issue‘s status fail to update after git commit?
- I have tested redmine 3.3.2,fail,why? bug? thank for all
- Help: RE: why issue‘s status fail to update after git commit?
- I test again,B and C is ok.
- Plugins: RE: Issue Badge Plugin
- Hi, thank you so much for using my tiny plugi ... se master branch, v0.0.5, please change lib/issue_badge/application_hooks.rb’s line 9, as following: <pre><code class="diff"> diff --git a/lib/issue_badge/application_hooks.rb b/lib/issue_badge/application_hooks.rb index b982475..8e32bde 100644 --- a/lib/issue_badge/application_hooks.rb +++ b/lib/issue_badge/application_hooks.rb @@ -6,7 +6,7 @@ module IssueBadge base_url = Redmine::Utils.relative_url_root badge_url = base_url + '/issue_badge' o = '' - if User.curren ... global_enabled = Setting.plugin_redmine_issue_badge['activate_for_all_users'] == 'true' issue_badge = IssueBadgeUserSetting.find_or_create_by_user_id(Us ... tylesheet_link_tag('style', plugin: 'redmine_...
- Plugins: RE: Issue Badge Plugin
- Hi Akiko Could you help on this question?
- h1. my environment # centos 6.6 in vm,ng ... h1. my problem # when I try to update issue with git commit like "fixes #1".I see the git commit log,but the issue's status unchanged,why? # I use the same t ... 1WDLOBYm9BTxVUYB7RA"" the git log update,the issue status update at the same time. # I guess ... no effect # and time logging is no effect
- Help: RE: Issue Edit/Submit very slow
- Hi Sounded like async_smtp, but you identi ... observe system load in parallel to updating issues. Maybe this gives you a hint. Cheers Immanuel.
- <pre> Environment: Redmine version ... 4 Server </pre> When I go to update an issue, it takes anywhere from 5 to 20 seconds to u ... roblem appeared. I'm not 100% sure that the issue happened at the same time as the change, but ... causing this delay? Any help is appreciated.
- Open discussion: RE: Restore one issue
- As far as I know "there is no procedure":http://www.redmine.org/issues/11229#note-1
- Help: RE: Email alert with wrong link to issues: doubling th econtext path
- There ist a "hostname" setting in the main re ... e is a wrong base-URL? cheers Immanuel.
- Plugins: RE: Issue Badge Plugin
- Hi Aiko i just installed this plugin. it w ... created from LDAP user. what should i check?
- Hi! As I encountered security problems whe ... ion setting with the ticket visibility "only issues created by or assigned". We are on Redmi ... fect*: My user with the permissions "only issues created by or assigned" shows the following ... ess via URI: *not OK*: if the user knows the issue ID, the user can break security within the g ... ding URI, e.g. "https://redmine.mycompany.at/issues/4401 ** so a ticket of the current project ... ogged as defect. Thanks a lot Immanuel.
- Hi, I am updating the issue in redmine using rest API. However the issue gets updated sometimes and sometimes it does ... ow is my update request: http://localhost/issues/1193.json header : Content-Type application/json Body: <pre><code class="json"> { "issue": { "id": 1193, "project": { ... you please help me here. Thank you Rajal
- Dear all, I started from a fresh turnkey i ... ails are sent correctly, but the link to the issue is wrong. *THE CONTEXT PATH IS DUPLICATED* like in the following, like: http://mydomain/bio/bio/issues/1555 Could you provide me some hints. Thank you in advance for your support Adriano
- According to "this wiki page":http://www.redmine.org/projects/redmine/wiki/Rest_Issues the request http://www.redmine.org/issues.json?issue_id=25342 should return one issue. It returns first 25 of 4566 open issues instead. Is it a known bug or I'm missing something? Thank you.
- I have reopened a previously closed issue. It is now in state "reopnened". The prior ... The field is not available when I edit the issue. It doesn't matter if I change to another st ... o change. Anyone knows how to fix that?
- Open discussion: RE: Show subtask ID in column on Issue list
- I was looking for that, too. Now, I made a p ... ) Please don't ask *me* to enhance it: a new issue should be submitted.
- Open discussion: RE: Restore one issue
- I'm looking that answer too. up.
- I am recieving this error : HTTP/1.1 422 Unpr ... re><code class="java"> public void CreateAnIssue() throws GenericException { ClientRequest req = new ClientRequest(ROOT_ADDRESS + "issues/new"); req.accept(MediaType.APPLICATION_ ... eq.queryParameter("key", apiKey); IssueDetail newIssue = new IssueDetail(); // Project Info BasicInfo ... .setName(selectedProject.getName()); newIssue.setProject(basicProjectInfo); // ... sicInfo(); basicTrackerInfo.setId(selectedIssue.getTracker().getId()); basicTrackerInfo.setName(selectedIssue.getTracker().getName()); newIssue.setTracker(basicTrackerInfo); // ... sicPriorityInfo.setName("Normal"); newIssue.setPriority(basicPriorityInfo); // ... ; basicStatusInfo.setName("New"); new...
- Hi, all. I created small plugin to show the number of assigned issues with badge on top menu, and I’ve just relea ... * http://www.redmine.org/plugins/redmine_issue_badge Since this plugin has test codes wi ... eports, feedbacks will be highly appreciated.
- Hi Friends, I want to have a button on top menu to create a new Issue and not on the new issue under project, Also, is some sort of AJAX ... ate by click and not need to edit the entire Issue, Is it possible , please advise, thanks