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

Introduce generic property collection in issue JSON document #39

Open
DiamondDragon opened this issue Jun 23, 2021 · 0 comments
Open

Introduce generic property collection in issue JSON document #39

DiamondDragon opened this issue Jun 23, 2021 · 0 comments

Comments

@DiamondDragon
Copy link
Contributor

DESCRIPTION

It's suggested to change issue JSON document as follows:

{
   "properties" : {
      "property1" : "value",
      "property2" : "value"
   }
}

These values need to be persisted by CodeReview.Evaluator and other data import tools.

Primary use of this feature is to unified storage of custom data for different converters.

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

1 participant