Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could it be the value format not serial ??? #12

Open
ashrafalzyoud opened this issue Jul 25, 2020 · 2 comments
Open

Could it be the value format not serial ??? #12

ashrafalzyoud opened this issue Jul 25, 2020 · 2 comments

Comments

@ashrafalzyoud
Copy link

i need the user enter the value but not serial like (100,155,170)

@ashrafalzyoud
Copy link
Author

For instance I need to create Custom Field storing an OrderID (entered manually) and I want it to be unique across all tickets. Is there a way to achieve it?

@AirTibu
Copy link

AirTibu commented Jul 31, 2020

Hi,

Not really, this plugin provide automatically increment numbers, as I see.

      if value.present?
        value.next
      else
        generate_first_value(custom_field, datetime)
      end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants