xiaomingzhang12 commented on issue #6106:
URL:
https://github.com/apache/incubator-devlake/issues/6106#issuecomment-1729043334
> @Startrekzky @xiaomingzhang12 I found that plan's name form `hlw-h3 - h2`
is returned from bamboo's API, for example:
>
> ```
> {
> "shortName": "h2",
> "shortKey": "H2",
> "type": "chain",
> "enabled": true,
> "link":
> {
> "href": "http://18.232.129.138:8085/rest/api/latest/plan/HLWH3-H2",
> "rel": "self"
> },
> "key": "HLWH3-H2",
> "name": "hlw-h3 - h2",
> "planKey":
> {
> "key": "HLWH3-H2"
> }
> }
> ```
>
> `"name": "hlw-h3 - h2"` is the plan's official name.
>
> Shall we update it with our custom splicing logic?
In that case, I think it's better to use the format returned by the bamboo
api itself.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]