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

Allow nature ID without prepending project ID #1637

Open
djreilly356 opened this issue Nov 22, 2024 · 3 comments
Open

Allow nature ID without prepending project ID #1637

djreilly356 opened this issue Nov 22, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@djreilly356
Copy link

The ID of a nature is limited to some text with the project ID prepended:

Project = my.project
Nature = myNature
Nature ID = my.project.myNature

Product renames and project cleanup become a nightmare with this restriction. Please allow for a fully specified nature ID without prepending the project ID:

Project = my.project
Nature = this.is.my.nature.and.i.want.to.name.it.myNature
Nature ID = this.is.my.nature.and.i.want.to.name.it.myNature

@djreilly356 djreilly356 added the enhancement New feature or request label Nov 22, 2024
@jukzi
Copy link
Contributor

jukzi commented Nov 25, 2024

Do you plan to contribute and maintain such a change? Otherwise it is unlikely done.

@merks
Copy link
Contributor

merks commented Nov 25, 2024

Note that if an id with a '.' is qualified nevertheless currently, then changing the behavior now would potentially break existing uses of this so I'm sure if that's acceptable...

@djreilly356
Copy link
Author

Do you plan to contribute and maintain such a change? Otherwise it is unlikely done.

I could I suppose, let me check with mgmt.

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

No branches or pull requests

3 participants