Search
Results (18309)
- Help: RE: Import CSV to update existing tickets
- I would use the REST API: http://www.redmine.org/projects/redmine/wiki/Rest_Issues With it, you can update existing issues. The only problem I can foresee is how t ... nd search the ticket to update based on it.
- hi I am installing redmine on windows10, ... who could help to provide clue to solve this issue i met, thanks in advance.
- We get csv files of open issues from one of our vendors. We import the ini ... currently anyway to accomplish this? Thanks.
- Development: RE: API for bulk edit
- hey! Creating an issue using the Jira REST API is as simple as making a POST with a JSON document. To create an issue, you will need to know certain key metadata, like the ID of the project that the issue will be created in, or the ID of the issue type. You can request the create metadata for all issue types across all projects by using the createmeta resource. For example:
- Development: RE: Thoughts on a "Wishlist" version
- Smart thought. I figure we ought to have an u ... nhance, it would enable us to concentrate on issues we should take a shot at. Manikin folks have a "spontaneous" variant
- Open discussion: RE: In redmine plugin get issues update note
- As Guillermo pointed out, you should search about Issue Journals. However, depending on how your pl ... tiveRecord. For example, if you need to get Issue 123 you would use something like this: <pre> issue = Issue.find(123) </pre> Then, once you have the issue, you can call a method to obtain the journal ... e, but the usual suspect would be: <pre> issue.journals() </pre> I think, you would onl ... tain/manipulate elements at the server.
- Open discussion: RE: In redmine plugin get issues update note
- There is some information in [[Rest_Issues#Showing-an-issue]], more precisely [[Rest_IssueJournals]]
- i want to develop a redmine plugin about manage project. But I can not find out that how to get issues update notes. is there any API to get this message?
- Open discussion: RE: Status field is not displaying in developer login - kindly advice
- Bernhard Rohloff wrote: > Hi subhashini, > ... this field in the tracker workflow for that issue or it isn't allowed to edit the issue at all. > > To make sure the worklfow is ... isn't a field marked as "Read only" for your issues current state. > > !workflow.png! > > ... Thanks alot it is really very much helpful
- Open discussion: RE: Status field is not displaying in developer login - kindly advice
- subhashini Sundaramorthi wrote: > Hi > > ... login > What i have done is > 1.Created an issue from reporter login > 2.Clicked on Edit issue in developer login (Status missing) > > Have atttached admin roles and responsibilities, Issue status and developer edit screenshots for your reference yeah kindly update
- Open discussion: RE: Migrate a project from a Redmine instance to another
- Maurizio Totti wrote: > Hi all, > I would m ... he data model looks not able to abstract the issues from a project (like JIRA for example). > ... I am also waiting for the proper solution.
- Open discussion: RE: Receiving Redmine events for an integration
- Thanks for the thoughts Bernhard. I'm using t ... aware there's no feed for all changes on all issues on all projects.
- Help: RE: issue API limit not working
- Hello, I've upgraded to 4.0 and the limit ... I will use limit=<UINT_MAX> then. Regards,
- Open discussion: RE: Status field is not displaying in developer login - kindly advice
- Hi subhashini, welcome to the Redmine comm ... this field in the tracker workflow for that issue or it isn't allowed to edit the issue at all. To make sure the worklfow is ok p ... isn't a field marked as "Read only" for your issues current state. !workflow.png! To chec ... ll all the way down. !developer-roles.png!
- I would like to write an integration with a d ... that need to receive events? For instance on issue change, on new time entry, on forum comment, ... d then relays those to the thing that I want?
- Plugins: RE: Upgrade Issue: Can't decypher salted passwords
- You rollbacked tables of Redmine, not plugins ... bler VERSION=0 RAILS_ENV=production </pre>
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- To remove a plugin, usually we just remove it ... did when the plugin was installed).
- Open discussion: RE: Import tickets in xml from codebase
- I never used redmine csv import feature but r ... dmine.org/projects/redmine/wiki/HowTo_import_issues I don't see why it wouldn't work. Maybe y ... what you mean by "the result wasn't good".
- Hi, I'm trying to upgrade Redmine 1.3.2 to ... ing over & fire up the 1.4.7 install without issue. Next, I need to uninstall a couple plugins ... . I've done a dry run of this before without issue. However, this time when I run the following ... about this error. Can anyone shed some light?
- Hi I am newbie to Redmine. Please advice ... per login What i have done is 1.Created an issue from reporter login 2.Clicked on Edit issue in developer login (Status missing) Have atttached admin roles and responsibilities, Issue status and developer edit screenshots for your reference
- Help: RE: API REST - need another authentification for projects / users and not for issues or others
- Thanks for your answers Uninstall is ok but ... s, but it may not be the cleanest way to do ?
- Help: RE: An email from Gmail with embedded image causes the issue to create the image link everytime a reply is sent
- Hello, I want just information regarding lik ... an you explain it. Thanks a lot in advance.
- Open discussion: RE: Custom Field Change Max Fields
- Just one clarifying question, Iago. Are you s ... haps there are other ways to store and track issue information.
- Open discussion: RE: Custom Field Change Max Fields
- I'm on Redmine 3.2 where don't seem to be any limits like that. I've 19 custom fields right now on issue level and 20+ on project level.
- Open discussion: RE: modifcation affichage des demandes
- You could run javascript code to reorder the ... o in the web console I ran this: <pre> $("#issue_assigned_to_id").parent().insertAfter($("#issue_project_id").parent()); </pre> which resul ... cript code should also check if you are in a issues page to not have collateral effects on othe ... ids (unlikely but it could happen).