Giter VIP home page Giter VIP logo

redmine_serial_number_field's People

Contributors

atopcu avatar maeda-m avatar nanego avatar rambowm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redmine_serial_number_field's Issues

need this not automtic and user enter the value

We have specific issue type, where Service Desk team should fill Custom field with number value. Because will be duplicated.

It is possible to make validation for Customer Field and user enter the data,, if same value exists in other tickets give error msg

Thanks!

連番フォーマットのみでは動作しない

もう一つ確認お願いします。

OKとなっている連番フォーマットのみ(例えば{000000})では
「正規表現 は不正な値です」
と表示してしまいます。

何かしら文字を付加すると問題ないのですが
(例えば-{000000}やa{000000}はOK)
連番フォーマットのみは可能でしょうか。

別のプロジェクトの自動採番について

私はRedmine 2.6( Redmine Serial Number Field 0.8.0 )を使っていますが、
プロジェクトが 2(インシデント管理と作業計画)があって、
「インシデント管理」プロジェクトの自動採番は 3F-2020-0050、3F-2020-0051…、
今、新しいチケットを作る時、「作業計画」プロジェクトの自動採番 3F-2020-0053、
3F-2020-0054にしたいです。(自動採番が進みたくて、重複しない)

今の問題は新しいチケットを作る時、「作業計画」プロジェクトの自動採番はリセットされています。
3F-2020-0001、3F-2020-0002になります。

プロジェクトの両方が同じカスタムフィールドを持っていますが、
「作業計画」プロジェクトの自動採番の方がまだリセットします。
(3F-2020-0001、3F-2020-0002…)

方法は教えていただけますでしょうか。

error msg

redmine@172:~/redmine-4.222$ bundle exec rake db:migrate RAILS_ENV=production /home/redmine/redmine-4.222/plugins/redmine_serial_number_field-master/lib/format.rb:3: warning: already initialized constant SerialNumberField::Format::NAME /home/redmine/redmine-4.222/plugins/redmine_serial_number_field/lib/format.rb:3: warning: previous definition of NAME was here /home/redmine/redmine-4.222/plugins/redmine_serial_number_field-master/lib/format.rb:10: warning: already initialized constant SerialNumberField::Format::FORMAT_WRAPPER /home/redmine/redmine-4.222/plugins/redmine_serial_number_field/lib/format.rb:10: warning: previous definition of FORMAT_WRAPPER was here /home/redmine/redmine-4.222/plugins/redmine_serial_number_field-master/lib/format.rb:11: warning: already initialized constant SerialNumberField::Format::DATE_FORMATS /home/redmine/redmine-4.222/plugins/redmine_serial_number_field/lib/format.rb:11: warning: previous definition of DATE_FORMATS was here

上位バージョンでは動かない

redmine 3.2.1を使用しているのですが、
指示の通りプラグインに入れても、動作されずREDMINE自体が起動しなくなりました。
プラグインを消すと正常に動作しています。

記載の通り上位バージョンが対応されていないのでしょうか。

お忙しいところお手数ですが確認お願いします。

チケットコピー時に自動採番されない

チケットコピー時に自動採番されず、コピー元の番号が引き継がれます。
この動作は仕様でしょうか?
チケットコピー時も自動採番することを希望します。

Redmine 4.1.0-9 cannot start after installing redmine_serial_number_field plugin

Hello, may we ask advice on this? The bundle install command seems to be successful in the logs. But, when Redmine 4.1.0-9 is restarted after installing redmine_serial_number_field plugin, it cannot start.

Tried to do 'bundle exec rake' as well but an error was encountered.

bundle exec rake redmine:plugins:migrate RAILS_ENV=production --trace (in .../redmine/htdocs)
rake aborted!
LoadError: cannot load such file -- rails

Any feedback would be much appreciated. Thank you.

How to give a sequential serial number depends on inheritance؟؟؟

<style> </style>
seial subject tracker
1-0-0-0 TEST 1 A
1-1-0-0 TEST 2 -> SUBTASK FROM TEST 1 B
1-1-1-0 TEST 3 -> SUBTASK FROM TEST 2 C
1-1-1-1 TEST 4 -> SUBTASK FROM TEST 3 D
     
2-0-0-0 EXAMPLE 1 A
2-1-0-0 EXAMPLE 2 -> SUBTASK FROM EXAMPLE 1 B
2-1-1-0 EXAMPLE 3 -> SUBTASK FROM EXAMPLE 2 C
2-1-1-1 EXAMPLE 4 -> SUBTASK FROM EXAMPLE 3 D
2-1-2-0 EXAMPLE 5 -> SUBTASK FROM EXAMPLE 4 C
2-1-2-1 EXAMPLE 6 -> SUBTASK FROM EXAMPLE 5 D

possible to apply in all custom field types?

Would it be possible to modify this plugin to be available in all custom field types - specifically I'd like to attach a custom serial number field to the DMS object, but that doesn't seem possible.

フォーマットのルールがわかりません。

こちらでこのような質問をしてよいものかわからないまま、ほかの手段を見つけられず失礼します。
「正規表現」に「年」「月」「連番」を指定したく、{yy}{MM}{00} としてみましたが、「正規表現 に無効なフォーマットが含まれています。」とのこと。
年2桁が「yy」とのことなので月は「MM」もしくは「mm」で行けるかと思ったのですがだめでした。年月を指定できるフォーマットがあればご教示しただきたく。よろしくお願いします。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.